@php($appSettings = app(\App\Services\AppSettingsService::class))
@if ($appSettings->hasLogo() && ($logoBase64 = $appSettings->logoBase64()))
{{ $appSettings->namaAplikasi() }}
{{ $appSettings->namaPondok() }}
@else
{{ $appSettings->namaAplikasi() }}
{{ $appSettings->namaPondok() }}
@endif

{{ $title }}

Dicetak {{ now()->translatedFormat('d F Y, H:i') }} WIB

@if ($filters)

Filter: {{ $filters }}

@endif @foreach ($headings as $heading) @endforeach @forelse ($rows as $row) @foreach ($row as $cell) @endforeach @empty @endforelse
{{ $heading }}
{{ $cell }}
Tidak ada data.