@extends('admin.include.main') @section('content')
Add Subject
{{--@csrf--}}
Subject Name*
@if ($errors->has('subject_name'))
{{ $errors->first('subject_name') }}
@endif
Sort Order:
Select Subject Type:*
@foreach($show_exam as $sh) @endforeach @for($i=0; $i< count($show_exam); $i++) @endfor @for($i=0; $i< count($show_exam); $i++) @endfor @for($i=0; $i< count($show_exam); $i++) @endfor
{{$sh->exam_type}}
Theory Full
Theory Pass
Prac Full
Prac Pass
@endsection