@stack('css') {{--@if (isset($from) || isset($to))--}} {{-- @if ($from == 'null' || $to == 'null')--}} {{-- @php--}} {{-- $from = \Illuminate\Support\Carbon::now()->startOfMonth()->format('Y-m-d');--}} {{-- $to = \Illuminate\Support\Carbon::now()->endOfMonth()->format('Y-m-d');--}} {{-- @endphp--}} {{-- @endif--}} {{--@endif--}}
{{ \App\Models\Config::getValue('company_name')->value }}
{{ \App\Models\Config::getValue('company_address')->value }}

Laporan {{ $title }}

@if (isset($from) || isset($to))

Periode: {{ $from != "null" && $to != "null" ? $from . ' s/d ' . $to : 'Semua' }}

@endif
@yield('content')
Dicetak pada: {{ \Illuminate\Support\Carbon::now()->isoFormat('DD-MM-YYYY hh:mm:ss') }}

Memuat
@stack('js')