@extends('layouts.admin.adminlayout') @section('header_scripts') @stop @section('content')

{{ $title }}

@foreach($exam_types as $type) @if($type->status == 1) @else @endif @endforeach
{{ getPhrase('Type')}} {{ getPhrase('description')}} {{ getPhrase('Status')}} {{ getPhrase('action')}}
{{$type->title}} {{$type->description}}ActiveIn Active{{getPhrase('edit')}}
@endsection