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

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)

Information List

Close
@endforeach
@endsection @section('scripts') @endsection