<?php
/**
 * Created by PhpStorm.
 * User: shehbaz
 * Date: 2/7/19
 * Time: 7:53 PM
 */

return [
    "admin" => [
        'products' => [
            'name' => 'Products',
            'icon' => 'fa fa-gift'
        ],
        'categories' => [
            'name' => 'Categories',
            'icon' => "fa fa-folder"
        ],
        "orders" => [
            "name" => "Orders",
            "icon" => "fa fa-money"
        ],
        "dashboard" => [
            "name" => "Dashboard",
            "icon" => "fa fa-home"
        ]
    ],
    "site" => []
];