@extends('admin.include.main') @section('content')
@csrf @if($student->isEmpty())

Please add student first

@else
@if(!empty($pm->practical_full && $pm->practical_pass)) @endif @if($pm->lp == 1) @endif @if($pm->nb == 1) @endif @if($pm->se == 1) @endif @if($pm->mt == 1) @endif @if($pm->ot == 1) @endif @if($pm->eca == 1) @endif @foreach($student as $st) @if(!empty($pm->practical_full && $pm->practical_pass)) @if ($errors->has('practical'))
{{ $errors->first('practical') }}
@endif @endif @if($pm->lp == 1) @if ($errors->has('lp'))
{{ $errors->first('lp') }}
@endif @endif @if($pm->nb == 1) @if ($errors->has('nb'))
{{ $errors->first('nb') }}
@endif @endif @if($pm->se == 1) @if ($errors->has('se'))
{{ $errors->first('se') }}
@endif @endif @if($pm->mt == 1) @if ($errors->has('mt'))
{{ $errors->first('mt') }}
@endif @endif @if($pm->ot == 1) @if ($errors->has('ot'))
{{ $errors->first('ot') }}
@endif @endif @if($pm->eca == 1) @if ($errors->has('eca'))
{{ $errors->first('eca') }}
@endif @endif @endforeach
Admit No Name Obtained TMObtained PMLPNBSEMTOTECASelect
{{$st->roll_no}} {{$st->name}} @if ($errors->has('theory[]'))
{{ $errors->first('theory[]') }}
@endif
@endif
@endsection