@component('mail::layout') @slot('header') @component('mail::header', ['url' => '']) {{ $user->company->name }} @endcomponent @endslot @component('mail::panel', ['url' => '']) Your licence expired some time ago. @endcomponent @component('mail::panel', ['url' => '']) if you'd rather not receive notifications like this one, you can unsubscribe here. @endcomponent @slot('footer') @component('mail::footer') © {{ date('Y') }} {{ $user->company->name }}. All rights reserved. @endcomponent @endslot @endcomponent