@extends('layouts/ums_layout') @section('title', '| Trimester') @section('content') @include('successMsg')

EXAM LIST

{{ csrf_field() }} @foreach($examViews as $examView) @endforeach
SL# Department exam Actions
{{++$no}} {{$examView->department->name}} {{$examView->examName}}  
{{ $examViews->links() }}
{{-- Edit Modal --}} {{-- ENDS Edit Modal --}} {{-- Delete Modal --}} {{-- End Delete Modal --}} @include('dataTableScript') @endsection