@extends('frontend.layouts.noipunno') @section('content')

বিষয় শিক্ষক নির্বাচন

@include('frontend.layouts.notice')
{{--
--}}

সেকশন ভিত্তিক বিষয় শিক্ষকের তথ্য

{{--
ব্রাঞ্চ নাম | ভার্সন নাম | শিফট নাম | শিক্ষাবর্ষ | Class 6 | Year | Class Teacher
--}}
@foreach ($class_rooms as $item) @endforeach
ব্রাঞ্চ {{-- --}} ভার্সন {{-- --}} শিফট {{-- --}} ক্লাস {{-- --}} সেকশন {{-- --}} শিক্ষাবর্ষ {{-- --}} শ্রেণী শিক্ষক {{-- --}} Action
{{ @$item->branch->branch_name }} {{ @$item->version->version_name }} {{ @$item->shift->shift_name }} {{ @$item->class_id }} {{ @$item->section->section_name }} {{ @$item->session_year }} {{ @$item->class_teacher->name_en }}
{{--

{{ date('d M, Y', strtotime( @$item->created_at)) }}

--}} {{-- --}} {{-- --}}
{{--

Rows Showing 1 to 10 of 100 entries

--}}
{{--
--}}
{{--
{{ $class_rooms->links('pagination::bootstrap-5') }}
--}}

সেকশন ভিত্তিক বিষয় শিক্ষকের তথ্য সম্পাদনা করুন

@csrf
@if ($errors->has('branch_id')) {{ $errors->first('branch_id') }} @endif
@if ($errors->has('version_id')) {{ $errors->first('version_id') }} @endif
@if ($errors->has('shift_id')) {{ $errors->first('shift_id') }} @endif
@if ($errors->has('class_id')) {{ $errors->first('class_id') }} @endif
@if ($errors->has('section_id')) {{ $errors->first('section_id') }} @endif
@if ($errors->has('session_year')) {{ $errors->first('session_year') }} @endif
{{-- @dd($teachers) --}}
@if ($errors->has('class_teacher_id')) {{ $errors->first('class_teacher_id') }} @endif
{{--
বিষয় ও শিক্ষক যোগ করুণ
--}}
@if($class_room->session_year == date('Y')) @endif
{{-- --}} @endsection