@extends('layouts.master') @section('title', 'Petty Cash Payments') @section('content')

Petty Cash Payments

{{-- Petty Cash Payment history View Model --}}
{{-- item data --}}
@include('pages.pettryCashPayment.petty_cash_payment')
{{-- item history --}}
@include('pages.pettryCashPayment.petty_cash_payment_history')
@endsection