@php
$items = [
'user.dashboard' => ['title' => 'داشبورد', 'icon' => 'far fa-user'],
'user.instagram-accounts.index' => ['title' => 'اکانتهای اینستاگرام', 'icon' => 'fab fa-instagram'],
'user.instagram-products.index' => ['title' => 'Products', 'icon' => 'far fa-box'],
'user.instagram-conversations.index' => ['title' => 'Conversations', 'icon' => 'far fa-comments'],
'user.profile' => ['title' => 'اطلاعات کاربری', 'icon' => 'far fa-id-card'],
'user.wallet' => ['title' => 'کیف پول', 'icon' => 'far fa-wallet'],
'user.friends' => ['title' => 'دوستان', 'icon' => 'far fa-user-friends'],
'user.live.index' => ['title' => 'لایوهای من', 'icon' => 'far fa-video'],
'user.chat' => ['title' => 'چت', 'icon' => 'far fa-comments'],
];
@endphp
@once
@endonce