@extends('frontend.layouts.noipunno') @section('content')
{{-- @include('frontend.layouts.notice') --}}

প্রতিষ্ঠানে সংযুক্ত করতে শিক্ষার্থীর তথ্য অনুসন্ধান করুন

@csrf
@if ($errors->has('branch')) {{ $errors->first('branch') }} @endif
@if ($errors->has('shift')) {{ $errors->first('shift') }} @endif
@if ($errors->has('version')) {{ $errors->first('version') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@endsection