@extends('layouts.adminapp') @section('content') {{-- Edit Donation --}}
@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