@stack('styles')
Imprimir
@if(isset($exportUrl))
Exportar PDF
@endif
{{ config('settings.company_name', 'SOSSYSTEM C.A.') }}
@if(config('settings.company_address')) {{ config('settings.company_address') }}
@endif @if(config('settings.company_phone')) Tel: {{ config('settings.company_phone') }} @endif @if(config('settings.company_email')) | Email: {{ config('settings.company_email') }} @endif
@yield('report-title', 'Reporte')
@yield('report-subtitle', '')
Generado: {{ now()->format('d/m/Y H:i:s') }}
Usuario: {{ Auth::user()->name ?? 'Sistema' }}
@if(isset($filters) && count($filters) > 0)
Filtros Aplicados
@foreach($filters as $key => $value) @if($value)
{{ ucfirst(str_replace('_', ' ', $key)) }}:
{{ $value }}
@endif @endforeach
@endif
@yield('report-content')
@stack('scripts')