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

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

{{ __('messages.mail.new_nfc_order') }} {{ $nfcOrder['name'] }}

{{ __('messages.nfc.card_type') }} : {{ $cardType }}

{{ __('messages.nfc.vcard_name') }} : {{ $vcardName }}

{{ __('messages.setting.shipping_address') }} : {{ $nfcOrder['address'] }}

{{ __('messages.nfc.order_date') }} : {{ date('Y-m-d', strtotime($nfcOrder['created_at'])) }}

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

{{ getAppName() }}

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