@extends('layouts.app') @section('title', __('payment.cash_in_hand')) @section('css') @endsection @section('content')
{{ __('payment.cash_in_hand') }} : {{ $cashInHand }}
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.type') }} {{ __('app.date') }} {{ __('party.name') }} {{ __('payment.amount') }} {{ __('app.created_by') }} {{ __('app.action') }}
@include("modals.transaction.cash-in-hand") @endsection @section('js') @endsection