ok
Direktori : /home2/selectio/www/fms-worksuite/resources/views/mail/ |
Current File : //home2/selectio/www/fms-worksuite/resources/views/mail/email.blade.php |
@component('mail::message') # @lang('email.hello') @if (! empty($notifiableName)) {{ $notifiableName }} @endif @lang('!') @if (!empty($content)) @component('mail::text', ['text' => $content]) @endcomponent @endif @if (!empty($url)) @component('mail::button', ['url' => $url, 'themeColor' => ((!empty($themeColor)) ? $themeColor : '#1f75cb')]) {{ $actionText }} @endcomponent @endif @lang('email.regards'),<br> {{ config('app.name') }} @endcomponent