@extends('admin.include.main') @section('content')
| S.N | Exam Name: | Included Percent | Sort Order | Action |
|---|---|---|---|---|
| {{$loop->index+1}} | {{$e->exam_type}} | {{$f->percent}} | {{$f->order}} |
| S.N | Exam Name: | Self Include | Exam Type | Print Size | Status | Action |
|---|---|---|---|---|---|---|
| {{$loop->index+1}} | {{$e->exam_type}} | @if($e->self_include) @else @endif | @if($e->monthly_wise) @else @endif | {{$e->print}} | @if ($e->status) @else @endif |