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

{{ __('messages.mail.hello') }} {{ $data['user_name'] ?? '' }}

{{ $data['customer_name'] ?? '' }} {{ __('messages.mail.has_product_purchased') }}

{{ __('messages.mail.customer_name') }} : {{ $data['customer_name'] ?? '' }}

{{ __('messages.vcard.product_name') }} : {{ $data['product_name'] ?? '' }}

{{ __('messages.vcard.mobile_number') }} : {{ $data['phone'] ?? '' }}

{{ __('messages.setting.address') }} : {{ $data['address'] ?? '' }}

{{ __('messages.payment_type') }} : {{ $data['payment_type'] ?? '' }}

{{ __('messages.mail.ordered_confirm_date') }} : {{ $data['order_date'] ?? '' }}

{{ getAppName() }}

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