@component('mail::message') # {{ __('New contact inquiry') }} **{{ __('Name') }}:** {{ $inquiry->full_name }} **{{ __('Email') }}:** {{ $inquiry->email }} **{{ __('Phone') }}:** {{ $inquiry->phone }} **{{ __('Request type') }}:** {{ $inquiry->request_type }} @component('mail::panel') {{ $inquiry->message }} @endcomponent @component('mail::subcopy') {{ __('This notification was generated automatically by :app.', ['app' => config('app.name')]) }} @endcomponent @endcomponent