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

Degree

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