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

{{ $createItemName }} @if($action == 'edit') ({{ $payment_voucher->pv_no }}) @endif


{{ csrf_field() }}
@include('admin.leasing.payment_voucher.partials.voucher_types')
@include('admin.leasing.payment_voucher.partials.basic_data')
@include('admin.leasing.payment_voucher.partials.image_upload',['voucher_attachments'=>$voucher_attachments])
{{__('lang.total_amount')}} {{$transaction->systemSettingCurrency()}}
{{$transaction->systemSettingCurrency()}} 0
@if ($action == 'edit')

@include('includes.misc.bootable-values', [ 'data' => $payment_voucher, ])
@endif
@stop @push('include-css') @endpush @push('include-js') @endpush