@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}
@csrf
@error('class')
{{ $message }}
@enderror
@error('section')
{{ $message }}
@enderror
@error('shift')
{{ $message }}
@enderror
@error('day')
{{ $message }}
@enderror
{{ ___('academic.Add Subject, Teacher, Time & Room') }}
{{-- Add hear --}}
{{ ___('academic.subject') }} @if ($errors->any()) @if ($errors->has('subjects.*')) {{ 'The fields are required' }} @endif @endif {{ ___('academic.time_schedules.*') }} @if ($errors->any()) @if ($errors->has('time_schedules.*')) {{ 'The fields are required' }} @endif @endif {{ ___('academic.class_room') }} @if ($errors->any()) @if ($errors->has('class_rooms.*')) {{ 'The fields are required' }} @endif @endif {{ ___('common.action') }}
@endsection