Edit Exam Info
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
Title: {{$examInfoDetails->title_info}}
Exam Category
@foreach($examInfoCategories as $infocat)
-
{{$infocat->category_name}}
@endforeach
@foreach($examInfoCategories as $key => $infocat)
@endforeach
@endsection
@section('scripts')
@endsection