some changes
This commit is contained in:
@@ -101,3 +101,9 @@
|
||||
$trail->parent('segments.index');
|
||||
$trail->push($segment->name, route('segments.show', $segment));
|
||||
});
|
||||
|
||||
// Dashboard > Field Jobs
|
||||
Breadcrumbs::for('fieldjobs.index', function (BreadcrumbTrail $trail) {
|
||||
$trail->parent('dashboard');
|
||||
$trail->push('Terenska dela', route('fieldjobs.index'));
|
||||
});
|
||||
Reference in New Issue
Block a user