Jumlah Saldo: Rp {{$jumlah_saldo !== null ?number_format($jumlah_saldo->balance):0}}
@if(Session::has('message'))
{{Session::get('message.text')}}
@endif
No |
Nominal Transaksi |
Status |
Balance |
Tanggal Transaksi |
{{-- Action | --}}
@foreach($uang as $money)
{{$loop->iteration}} |
Rp {{number_format($money->nominal)}} |
{{$money->type}} |
Rp {{number_format($money->balance)}} |
{{$money->created_at}} |
{{--
{!! Form::open(['route'=>['manage-keuangan.destroy',$money->id],'method'=>'DELETE']) !!}
{!! Form::close() !!}
| --}}
@endforeach
{!! $uang->links() !!}