mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Add table view for calendar
This commit is contained in:
@@ -37,6 +37,12 @@ Breadcrumbs::for('admin.schedule', function ($trail) {
|
||||
$trail->push('Horaire', route('admin.schedule'));
|
||||
});
|
||||
|
||||
// Admin > Schedule > Table
|
||||
Breadcrumbs::for('admin.schedule.tableview', function ($trail) {
|
||||
$trail->parent('admin.schedule');
|
||||
$trail->push('Tableau', route('admin.schedule.tableview'));
|
||||
});
|
||||
|
||||
// Admin > Schedule > Add
|
||||
Breadcrumbs::for('admin.schedule.add', function ($trail,$date) {
|
||||
$trail->parent('admin.schedule');
|
||||
|
||||
Reference in New Issue
Block a user