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

শিফট ব্যবস্থাপনা

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

শিফট লিস্ট

@foreach ($shiftList as $shift) @if (@$shift->shift_details == 'co-education') @elseif (@$shift->shift_details == 'boys') @elseif (@$shift->shift_details == 'girls') @else @endif {{-- --}} @endforeach
শিফটের নাম {{-- --}} শিফটের বিস্তারিত তথ্য {{-- --}} ব্রাঞ্চের নাম {{-- --}} শিফট শুরুর সময় {{-- --}} শিফট শেষ সময় {{-- --}} Action
{{ @$shift->shift_name }} কো-এডুকেসনবালকবালিকা{{ @$shift->branch->branch_name }} {{ @$shift->eiin }}
{{--
@method('delete') @csrf
--}}
{{--

Rows Showing 1 to 10 of 100 entries

--}}
{{--
--}}
{{-- List ends --}} {{--
{{ $shiftList->links('pagination::bootstrap-5') }}
--}}

শিফট তথ্য পরিবর্তন করুন

@method('PUT') @csrf
@if ($errors->has('shift_name')) {{ $errors->first('shift_name') }} @endif
@if ($errors->has('branch_id')) {{ $errors->first('branch_id') }} @endif
@if ($errors->has('shift_start_time')) {{ $errors->first('shift_start_time') }} @endif
@if ($errors->has('shift_end_time')) {{ $errors->first('shift_end_time') }} @endif
{{-- Form ends --}}
@endsection