@extends('layouts.app') @section('title', $title) @section('subtitle', $subtitle) @push('css') @endpush @section('content')
| No | Nama Kas | Saldo | Action |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $p->name }} | Rp. {{ number_format($p->amount, 0, ',', '.') }} | Show @can('cash-edit') Edit @endcan @can('cash-delete') @endcan |