@component('components.breadcrumb', [
'links' => [
['name' => 'Manage Categories', 'url' => ''],
['name' => 'Categories', 'url' => route('categories.index')],
['name' => 'Create Category', 'url' => ''],
],
])
@endcomponent
@include('layouts.partials.toast')
@endsection