@extends('layouts.adminapp') @section('content') {{-- Create New Journal --}}
@csrf @method('patch');

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

@php $DTs = date("Y-m-d",strtotime($Journal->date)); @endphp @error('date')
{{ $message }}
@enderror
@error('amount')
{{ $message }}
@enderror
@endsection