Musharof Chowdhury
randomuser@pimjo.com
@php
$menuItems = [
[
'text' => 'Edit profile',
'icon' => '',
'path' => 'profile',
],
[
'text' => 'Account settings',
'icon' => '',
'path' => 'chat'
],
[
'text' => 'Support',
'icon' => '',
'path' => 'profile'
],
];
@endphp
@foreach ($menuItems as $item)
-
{!! $item['icon'] !!}
{{ $item['text'] }}
@endforeach