@component('mail::message') {{-- Greeting --}} @if (! empty($greeting)) # {{ $greeting }} @else @if ($level === 'error') # @lang('Whoops!') @else # @lang('وقت به خیر!') @endif @endif {{-- Intro Lines --}} @foreach ($introLines as $line) {{ $line }} @endforeach {{-- Action Button --}} @isset($actionText) @component('mail::button', ['url' => $actionUrl, 'color' => $color]) {{ $actionText }} @endcomponent @endisset {{-- Outro Lines --}} @foreach ($outroLines as $line) {{ $line }} @endforeach {{-- Salutation --}} @if (! empty($salutation)) {{ $salutation }} @else canada-az-iran.com @endif {{-- Subcopy --}} {{--@isset($actionText)--}} {{--@slot('subcopy')--}} {{--@lang(--}} {{--"اگر شما با کلید بر روی دکمه مشکل دارید، میتوانید لینک زیر را در مرورگر خود کپی کرده و فرایند را ادامه دهید! ".--}} {{--' لینک مرتبط: ',--}} {{--[--}} {{--'actionText' => $actionText,--}} {{--]--}} {{--) [{{ $displayableActionUrl }}]({{ $actionUrl }})--}} {{--@endslot--}} {{--@endisset--}} @endcomponent