@extends('frontend.layouts.noipunno') @section('content')
{{-- Top section starts --}}
{{-- @if (Session::has('student_items') && count(Session::get('student_items')) > 0)
@endif @if (Session::has('classroom_items') && count(Session::get('classroom_items')) > 0)
@endif --}} {{-- @if (Session::has('classroom_items') && count(Session::get('classroom_items')) > 0)
@endif @if (Session::has('student_items') && count(Session::get('student_items')) > 0)
@endif --}}

সেকশন ব্যবস্থাপনা

{{--
--}}
{{-- Top section ends --}} {{-- Form starts --}}
{{--
--}}

সেকশন লিস্ট

{{-- --}} @foreach ($sectionList as $section) @endforeach
সেকশনের নাম {{-- --}} সেকশনের বিস্তারিত তথ্য {{-- --}} সেকশনের সন শ্রেণি {{-- --}} শিফট {{-- --}} ভার্সন {{-- --}} ব্রাঞ্চ {{-- --}} Action
{{ @$section->section_name }} {{ @$section->section_details }} {{-- {{ @$section->section_year }} --}} {{ @$section->class_id }} {{ @$section->shift->shift_name }} {{ @$section->version->version_name }} {{ @$section->branch->branch_name }}
{{--
@method('delete') @csrf
--}}
{{--

Rows Showing 1 to 10 of 100 entries

--}}
{{--
--}}
{{--
{{ $sectionList->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_name')) {{ $errors->first('section_name') }} @endif
@if ($errors->has('section_year')) {{ $errors->first('section_year') }} @endif
{{-- Form ends --}} {{-- List starts --}} {{-- List ends --}}
@endsection