@extends('admin.layout.master') @section('content')

Exam Information

@if(Session::has('errors'))

{{ Session::get('errors') }}

@endif

Exam Type

@if($examInfoType)
    @foreach($examInfoType as $infotype) @if(isset($infotype->examInfoTypes))
  • {{$infotype->examInfoTypes->exam_type}}
  • @endif @endforeach
@endif
@if($examInfoType) @foreach($examInfoType as $key => $type)

Exam Information

    @if(isset($type->examInfoTypes)) @if(count($type->examInfoTypes->examTypeInfos)>0) @foreach($type->examInfoTypes->examTypeInfos as $info)
  • {{$info->title_info}}
    status == 1){{'checked'}}@endif >
  • @endforeach @else
  • No data found.
  • @endif @else
  • No data found.
  • @endif
@endforeach @endif
@endsection @section('scripts') @endsection