Added rest of files
This commit is contained in:
committed by
shaun collins
parent
646041230b
commit
09c4bd02ff
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'web' => [
|
||||
[
|
||||
'path' => '/',
|
||||
'name' => 'Home',
|
||||
'icon' => 'far fa-house',
|
||||
],
|
||||
[
|
||||
'path' => '/removals',
|
||||
'name' => 'Removals',
|
||||
'icon' => 'far fa-truck',
|
||||
],
|
||||
[
|
||||
'path' => '/waste-management',
|
||||
'name' => 'Waste Management',
|
||||
'icon' => 'fas fa-recycle',
|
||||
],
|
||||
[
|
||||
'path' => '/contact-us',
|
||||
'name' => 'Contact us',
|
||||
'icon' => 'far fa-envelope',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user