@extends('layouts.adminapp') @section('title') {{$Voucher->title}} - {{__('lng.Edit')}} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_receipt', 'open') @section('active_receipt', 'active') @section('active_receipt_voucher'.$Voucher->title, 'active') @section('content')

{{$Voucher->title}}

@csrf @method('patch')
{{__('lng.Edit')}} {{$Voucher->title}}
@php $DTs = date("Y-m-d",strtotime($Donation->date)); @endphp @error('date')
{{ $message }}
@enderror
@if ($Donation->isGuest)
@if (\PBFunc::settings('area_ward'))
@endif @if (\PBFunc::settings('relative_name'))
@endif @else
@endif
@endsection