@extends('layouts.app') {{-- Important Variables --}} @section('title') {{ $moduleName }}->{{ $createItemName }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.maintenance-left-sidebar') @stop @section('content')

{{ $createItemName }} @if($action=='edit') ({{$receipt->receipt_no }}) @endif @if($action=='edit') {{ $receipt->owner->name }} @endif


{{ csrf_field() }}
{{ __('lang.bill_type') }}
{{--
--}}
@include('admin.partials.bank',[ 'data'=>[ 'made_of_payment' =>$receipt->mode_of_payment ?? null, 'bank_id' =>$receipt->income_expense_head_id ?? null, ]])
@php $date_of_collection = Carbon\Carbon::now()->format('d/m/Y'); @endphp
@include('admin.partials.reference',['voucher_reference' => $voucher_reference])

{{-- PAYMENT START --}} {{-- PAYMENT END --}} {{-- SURCHARGE START --}} {{-- SURCHARGE END --}}

{{__('lang.total_receipt_amount')}} {{$transaction->systemSettingCurrency()}}
0
{{__('lang.back')}}
@stop @push('include-css') @endpush @push('include-js') @endpush