@component('mail::layout') @slot('header') @component('mail::header', ['url' => config('app.url')]) Logotipo da empresa {{ config('app.name') }} @endcomponent @endslot

Contato recebido de {{ $contact->name }}

@slot('subcopy')

Recebido em: {{ \Carbon\Carbon::parse($contact->created_at)->format('d/m/Y - H:i') }}

Nome
{{ $contact->name }}

E-mail
{{ $contact->email }}

Telefone
{{ $contact->phone }}

Mensagem
{{ $contact->message ?? 'Nenhuma mensagem' }}

@endslot @slot('footer') @component('mail::footer')

Contato

@foreach (config('web.contact.whatsApp') as $phone) {{ $phone['format'] }}
@endforeach {{ config('web.location.address') }}

{{ config('app.name') }} • Todos os direitos reservados

@endcomponent @endslot @endcomponent