@component('mail::layout', ['layoutColor' => $layoutColor]) @component('mail::body') # Dear {{ $name }}, A reminder that your {{ $companySettings['name'] }} tasks listed below is/are due for completion on the **{{ $deadline }}** ### Assigned Tasks @foreach ($tasks as $task) - {{ $task }}

@endforeach To begin click on the following link and enter your personal code: @component('mail::button', ['url' => $url, 'color' => $layoutColor]) Click here to begin @endcomponent
Your personal code is: **{{ $personalCode }}** Thanks,
The {{ $companySettings['name'] }} Team @endcomponent @endcomponent