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

{{$Voucher->title}}

@csrf @method('patch')
{{__('lng.Edit')}} {{$Voucher->title}}
@php $DTs = date("Y-m-d",strtotime($Expense->date)); @endphp @error('date')
{{ $message }}
@enderror
@endsection