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

You have received an information request about a product on {{ config('shop.company_name') }}

Name

{{$data->name}}

Email

{{$data->email}}

Product

{{$data->item_name}}

Item Code

{{$data->isbn_printed}}

Message

{{$data->message}}



IP : {{$data->getClientIp()}}

Browser : {{$data->header('User-Agent')}}

Date of trace : {{date('d/m/Y H:i:s')}}

Respond

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