{{-- layout extend --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','App Invoice List') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content')
Saldo Sebelumnya
Pemasukan
Pengeluaran
Saldo Setelah Di Akumulasi
Saldo Sebelumnya
Pemasukan
Pengeluaran
Saldo Setelah Di Akumulasi
# | Deskripsi | Uang | @if($pembukuan->status == 0)operasi | @endif
---|---|---|---|
1 | {{ $value->description }} | {{ number_format($value->price, 0, ".", ",") }} | @if($pembukuan->status == 0){{-- --}} hapus | @endif
# | Deskripsi | Uang | @if($pembukuan->status == 0)operasi | @endif
---|---|---|---|
1 | {{ $value->description }} | {{ number_format($value->price, 0, ".", ",") }} | @if($pembukuan->status == 0){{-- --}} hapus | @endif