@php $hs = \App\Helpers\HospitalSettings::all(); @endphp
{{ $hs['hospital_name'] ?? 'Clara Rosa Hospital' }}
{{ $hs['hospital_address'] ?? '' }}   Tel: {{ $hs['hospital_phone'] ?? '' }}
{{ $title }}
Generated {{ now()->format('d M Y H:i') }}
@foreach ($columns as $c) @endforeach @forelse ($rows as $row) @foreach ($row as $cell) @endforeach @empty @endforelse
{{ $c }}
{{ $cell }}
No data.