@if($loopFirst ?? true)
@php $config = \App\Models\Empresa::findOrFail(request()->empresa_id); @endphp @if($config->logo)
@else
@endif
{{ $title }}
Emissão:
{{ date('d/m/Y - H:i') }}
@endif
@yield('content')