@component('mail::layout', ['layoutColor' => $layoutColor]) @component('mail::header', ['color' => $layoutColor]) Your project is all set up! @endcomponent
@component('mail::body') Hi {{ $name }}, Project **{{ $projectName }}** is all set up and ready to go. The {{ $companySettings['name'] }} team is now checking the details and will make this go live for you shortly. ### Project details - Project Name: {{ $projectName }} - Results needed back to you by: {{ $deadline }} - This is a {{ $projectType }} project - Number of candidates: {{ $candidatesCount }} - The estimated fee for this project is: {{ $fee }} Thanks,
The {{ $companySettings['name'] }} Team @endcomponent @endcomponent