@extends('layouts.master') @section('title', 'Edit Period | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit period')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.financial years') }} | {{ __('basic.edit period') }}
{{ __('basic.edit period') }}
@csrf @method('PUT')
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
@endsection @section('js') @endsection