@extends('layouts.app') @section('title') Degree System @endsection @section('content')
Degree Schemes
@if (session('delete')) @endif
@foreach($degree_schemes as $degree_scheme) @endforeach
# Degree Scheme Name Action
{{$degree_scheme->index + 1}} {{$degree_scheme->scheme_name}}
remove_red_eye {{-- clear --}}

Create Degree Scheme
  • assistant_photoAction
  • printAnother action
  • favoriteSomething else here
@csrf
@endsection