@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')({{$data['payment_voucher']->voucher_no}})@endif


{{ csrf_field() }}
{{--
{{__('lang.type')}}    
--}}
{{--
--}}
@php $date_of_collection = Carbon\Carbon::now()->format('d/m/Y'); @endphp
@include('admin.partials.reference',['voucher_reference' => $voucher_reference])

{{-- PAYMENT START --}}
{{ __('lang.payment_details') }} (DR) @if ($data['type'] !== 'refund_computation' && $data['type'] !== 'buy_back') add_circle_outline @endif
{{__('lang.total_amount')}} {{$transaction->systemSettingCurrency()}}
0
{{-- PAYMENT END --}}
{{__('lang.back')}}
@stop @push('include-css') @endpush @push('include-js') @endpush