Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
saifoelloh committed Aug 28, 2019
1 parent 924635d commit f9ed0ca
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/config/adminlte.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,16 @@
'url' => 'admin/pages',
'icon' => 'fas fa-user-secret',
],
['header' => 'INVENTORIES'],
[
'text' => 'Customer',
'icon' => 'fas fa-users',
'url' => 'customer',
],
[
'text' => 'Item',
'icon' => 'fas fa-box-open',
'url' => 'item',
],
['header' => 'TRANSACTION'],
[
'text' => 'Customer',
'icon' => 'fas fa-users',
'url' => 'customer',
],
[
'text' => 'Purchases',
'icon' => 'fas fa-dolly',
Expand Down

0 comments on commit f9ed0ca

Please sign in to comment.