@if (session()->get('error'))
{{ session()->get('error') }}
@endif
@if (session()->get('success'))
{{ session()->get('success') }}
@endif
Tanggal Pengajuan : {{ date('d F Y', strtotime($result->tgl)) }}
Sisa Saldo : Rp. {{ number_format($result->sisa) }}
@if ($result->sisa > 0)
@endif
|
No
|
Tanggal |
Layanan |
Detail Layanan |
Nominal |
Action |
@foreach ($kas as $row)
| {{ $loop->iteration }} |
{{ date('d F Y', strtotime($row->tgl)) }} |
{{ $row->layanan->nama }} |
{{ $row->detail_layanan->master->layanan ?? null }} |
Rp. {{ number_format($row->nominal) }} |
|
@endforeach
@if (session()->get('error'))
{{ session()->get('error') }}
@endif
@if (session()->get('success'))
{{ session()->get('success') }}
@endif
Tanggal Pengajuan : {{ date('d F Y', strtotime($result->tgl)) }}
Sisa Saldo : Rp. {{ number_format($result->sisa) }}
@if ($result->sisa > 0)
@endif
|
No
|
Tanggal |
Nama Pengeluaran |
Nominal |
Action |
@foreach ($umum as $row)
| {{ $loop->iteration }} |
{{ date('d F Y', strtotime($row->tgl)) }} |
{{ $row->nama }} |
Rp. {{ number_format($row->nominal) }} |
|
@endforeach