@extends('admin.layout.main') @section('content') @component('components.edit-data-page') @slot('heading') Edit Degree Level @endslot @slot('selectedDataTitle') @if(isset($degreeLevel)) {{$degreeLevel->degree_title}} @endif @endslot @slot('url') admin/degree-level/update @endslot @slot('id') {{$degreeLevel->id}} @endslot @slot('formFields') @include('admin.degree-level.degree-level-form') @endslot @endcomponent @endsection @section('script') @endsection