@extends('admin.include.main') @section('content')
@foreach($examer as $e)
{{$e->exam_type}}
@foreach($format as $f) @if($e->id == $f->exam_list_id) @endif @endforeach
S.N Exam Name: Included Percent Sort Order Action
{{$loop->index+1}} {{$e->exam_type}} {{$f->percent}} {{$f->order}}
@endforeach
@foreach($examer as $e) @endforeach
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
@endsection