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

FAQ

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

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

@endif

Section Name

@if($examMainType)
    @foreach($examMainType as $val)
  • {{$val->section_name}} @if($val->section_exam_type == 2) @endif
  • @endforeach
@endif
@if($examMainType) @foreach($examMainType as $key => $type)
@endforeach @endif
@endsection @section('scripts') @endsection