@extends('backoffice.template.app') @section('script') @if (session('success')) @endif @endsection @section('content')

Admin / Cashflow

@currency($pemasukkan - $pengeluaran)

TOTAL DANA

@currency($pemasukkan)

TOTAL PEMASUKKAN

@currency($pengeluaran)

TOTAL PENGELUARAN
@foreach ($cashflow as $item) {{-- MODAL EDIT --}} {{-- MODAL DELETE --}} @endforeach
No Nominal Nama Dokumen Deskripsi Jenis Dibuat pada Diubah pada Aksi
{{$loop->iteration}} @currency($item->nominal) {{$item->nama}} foto {{$item->deskripsi}} @if ($item->jenis == 1) PEMASUKKAN @else PENGELUARAN @endif {{$item->created_at->diffForHumans()}} {{$item->updated_at->diffForHumans()}}
{{-- MODAL CREATE --}} @endsection