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)
@if(isset($type->faqDetails))
@if(count($type->faqDetails)>0)
@foreach($type->faqDetails as $faq)
-
@endforeach
@else
-
@endif
@else
-
@endif
@endforeach
@endif
@endsection
@section('scripts')
@endsection