@extends('layouts.adminapp') @section('content') @section('head',__('lng.ReceiptVoucher')) {{-- Create New Donation --}}
@csrf

{{__('lng.Create')}} {{$Voucher->title}}

@if (!$MemberID)
{{__('lng.Guest')}}
{{-- --}}
@endif

@error('date')
{{ $message }}
@enderror
{{-- <=================== Start MEMBER DIV==========================> --}} {{-- <=================== End MEMBER DIV==========================> --}} {{-- <=================== Start Guest DIV==========================> --}}
{{-- <=================== End Guest DIV==========================> --}}
@if ($Voucher->vouchernumber == PBConst::VOUCHER_NUMBER_AUTOMATIC)
@else
@endif

@endsection