{{-- Product Module - Sidebar Menu {!! \App\Livewire\Admin\AdminComponent::renderMenu([ 'title' => 'Products', 'icon' => 'cube', 'route' => 'admin.product.*', 'children' => [ ['title' => 'All Products', 'route' => 'admin.product.index', 'icon' => 'list'], ['title' => 'Add Product', 'route' => 'admin.product.create', 'icon' => 'plus'], ] ]) !!} --}}