@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @endcomponent @endslot {{-- Body --}}
{{$data->name}}
{{ __("email.contact.email") }}{{$data->email}}
@if($data->phone) {{ __("email.contact.phone") }}{{ $data->phone }}
@endif {{ __("email.contact.title") }}{{$data->subject}}
{{ __("email.contact.content") }}{{$data->message}}
IP : {{$data->getClientIp()}}
Browser : {{$data->header('User-Agent')}}
Date of trace : {{date('d/m/Y H:i:s')}}
{{-- Footer --}} @slot('footer') @component('mail::footer') © {{ date('Y') }}{{ config('shop.company_name') }} @endcomponent @endslot @endcomponent