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

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

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

{{ __('messages.mail.email') }} {{$input['email']}}

{{ __('messages.mail.messages') }} {{$input['message']}}

{{ __('messages.common.phone') }} :{{is_null($input['phone']) ? 'N/A' : $input['phone']}}

{{ __('messages.mail.vcard_name') }} {{$input['vcard_name']}}

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