@component('mail::message')
# @lang('email.hello')@if(!empty($notifiableName)){{ ' '.$notifiableName }}@endif!
@lang('email.newProjectStatus.subject')
@lang('app.projectDetails')
@component('mail::text', ['text' => $content])
@endcomponent
@component('mail::button', ['url' => $url, 'themeColor' => $themeColor])
@lang('app.viewProject')
@endcomponent
@lang('email.regards'),
{{ config('app.name') }}
@endcomponent