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

Trimester Type

{{ csrf_field() }} @foreach($trimesterTypes as $trimesterType) @endforeach
SL# Name Actions
{{++$no}} {{$trimesterType->name}}  
@include('dataTableScript') @endsection