@extends('backend.school_admin.layout_app') @section('page_cs') @endsection @section('content')

Manage Exam

Exam List

Exam List

@foreach($exam_list as $row) @endforeach
Exam Name Medium Module Class Exam Year Action
{{ $row->exam_name }} {{ $row->education_name }} {{ $row->module_name }} {{ $row->class_name }} {{ $row->exam_year }} Exam PDF | Questions PDF | Edit
@endsection @section('page_js') @endsection