@extends('layouts.admin')
@section('styles')
@endsection
@section('app')
| No |
Penginput |
Nama |
Jumlah |
Tanggal |
Aksi |
@foreach ($cashes as $cash)
| {{ $loop->iteration }} |
{{ $cash->user->biography->full_name ?? '-deleted-' }} |
{{ $cash->name }} |
{{ formatToRupiah($cash->amount) ?? '-' }} |
{{ formatDateIndo($cash->created_at) }} |
|
@endforeach
@endsection
@section('afterScripts')
@endsection