@component('components.breadcrumb', [
'links' => [
['name' => 'Manage Subjects', 'url' => ''],
['name' => 'Subjects', 'url' => route('sections.index')],
['name' => 'Edit Subject', 'url' => ''],
],
])
@endcomponent
Back
@include('layouts.partials.toast')