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