@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @endcomponent @endslot {{-- Body --}}

{{ __('messages.mail.hello') }} {{ $order['name'] }}

{{ __('messages.nfc.your_order_status_changed') }}

{{ __('messages.nfc.order_status').': ' }}{{ __('messages.nfc.'.App\Models\NfcOrders::ORDER_STATUS_ARR[$status]) }}

{{ __('messages.mail.thanks_regard') }}

{{ getAppName() }}

{{-- Footer --}} @slot('footer') @component('mail::footer')
© {{ date('Y') }} {{ getAppName() }}.
@endcomponent @endslot @endcomponent