@extends('layouts.app') @section('title', __('Students')) @section('content')
@include('layouts.leftside-menubar')
@foreach($degree as $key => $value) @endforeach
@lang('SL') @lang('Level of Education') @lang('Exam/Degree Title') @lang('Action')
{{$key+1}} {{levelofEducation($value->level_of_education)}} {{$value->exam_degree_title}} Edit
@endsection