@extends($master) @section('title', 'Manage CashBook') @section('body')
| SL No | Date | Detail | Cost | Balance |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ \Carbon\Carbon::parse($cost->updated_at)->format('d-M-Y (H:i:s)') ?? " " }} | {{ $cost->detail }} | {{ number_format($cost->cr, 0) }} | {{ number_format($balance, 0) }} |