@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
Portal de Normas Técnicas da Construção - CBIC
@endcomponent
@endslot
{{-- Body --}}
{{ $slot }}
{{-- Subcopy --}}
@isset($subcopy)
@slot('subcopy')
@component('mail::subcopy')
{{ $subcopy }}
@endcomponent
@endslot
@endisset
{{-- Footer --}}
@slot('footer')
@component('mail::footer')
CBIC
SBN Quadra 01 – Bloco I – 4º Andar Edifício: Armando Monteiro Neto
CEP 70.040-913 - Brasília/DF
(61) 3327-1013 / (61) 98179-5580
@endcomponent
@endslot
@endcomponent