@extends('frontend.layouts.noipunno') @section('content')
{{-- @if(Session::has('version_items') && count(Session::get('version_items')) > 0)
@endif @if(Session::has('shift_items') && count(Session::get('shift_items')) > 0)
@endif @if(Session::has('section_items') && count(Session::get('section_items')) > 0)
@endif @if(Session::has('student_items') && count(Session::get('student_items')) > 0)
@endif @if(Session::has('subject_teachers') && count(Session::get('subject_teachers')) > 0)
@endif --}}

ব্রাঞ্চ ব্যবস্থাপনা

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

ব্রাঞ্চ লিস্ট

{{-- --}} @foreach ($branchList as $branch) {{-- --}} {{-- --}} @endforeach
ব্রাঞ্চের নাম {{-- --}} ব্রাঞ্চের ঠিকানা {{-- --}} ব্রাঞ্চ আইডিব্রাঞ্চ/প্রতিষ্ঠান প্রধান {{-- --}} Action
{{ @$branch->branch_name }} {{ @$branch->branch_location }}{{ @$branch->branch_id }} {{ @$branch->branchHead->name_en ?? @$branch->branchHead->name_bn }} {{ @$branch->eiin }}
{{--
@method('delete') @csrf
--}}
{{--
--}}
{{--
{{ $branchList->links('pagination::bootstrap-5') }}
--}}

ব্রাঞ্চ যোগ করুন

@csrf
@if ($errors->has('branch_name')) {{ $errors->first('branch_name') }} @endif
@if ($errors->has('branch_location')) {{ $errors->first('branch_location') }} @endif
@if ($errors->has('head_of_branch_id')) {{ $errors->first('head_of_branch_id') }} @endif
@endsection