@extends('layouts.developerapp') @section('content') {{-- FinancialYear Registration --}}
@csrf @method('patch')

{{__('lng.EditFinancialYear')}}

@php $StartDate = date("Y-m-d",strtotime($FinancialYear->start_date)); $EndDate = date("Y-m-d",strtotime($FinancialYear->end_date)); @endphp
@error('master_id')
{{ $message }}
@enderror
@error('DB_name')
{{ $message }}
@enderror
@error('start_date')
{{ $message }}
@enderror
@error('end_date')
{{ $message }}
@enderror
@endsection