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

CGPA LIST

{{ csrf_field() }} @foreach($cgpaViews as $cgpaView) @endforeach
SL# Department Exam CGPA Actions
{{++$no}} {{$cgpaView->department->name}} {{$cgpaView->exams->examName}} {{$cgpaView->cgpa}}  
{{ $cgpaViews->links() }}
{{-- Edit Modal --}} {{-- ENDS Edit Modal --}} {{-- Delete Modal --}} {{-- End Delete Modal --}} @include('dataTableScript') @endsection