@extends('template.app') @section('meta') @endsection @section('title') Pettycash @endsection @section('styles') @endsection @section('content')
Petty CashTotal On Hand
{{ $petty_cash_amount }}{{ $petty_cash_amount- $expense_data }}
@foreach($data as $datas) @endforeach
AmountDate
{{$datas->petty_cash_amount}}{{$datas->created_at}}
No Expense Type Department Pay To Amount Description Date Action
@endsection @section('scripts') @endsection