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