{{--
--}}
@php $mytime = Carbon\Carbon::now(); @endphp @include("layouts.components.date_field", [ "name" => "gen_voucher_date", "label" => __('lang.voucher_date'), "value" => date('d/m/Y', strtotime(trim(str_replace('/', '-', $mytime->toDateString())))), "label_class" => "required-field", "col" => 6 , ])
@include('layouts.components.date_field', [ 'col' => 6, "name" => "gen_cheque_date", 'parent_class' => 'cheque_field bank_field', "label" => __('lang.instrument_date'), "value" => date('d/m/Y', strtotime(trim(str_replace('/', '-', $mytime->toDateString())))), ]) {{--
--}}
@include('admin.partials.reference',['voucher_reference' => $voucher_reference])
@include('includes.multiple-images')

{{__('lang.payment_details')}} @if ($data['type'] !== 'refund_computation' && $data['type'] !== 'buy_back' && !$is_product_booking) add_circle_outline @endif
{{__('lang.total_amount')}} {{$transaction->systemSettingCurrency()}}