@php $botttomNavigations = [ (object) [ 'name' => __('mobile.rewards'), 'icon' => '', 'routeName' => 'mobile.rewards', ], (object) [ 'name' => __('mobile.wallet'), 'icon' => '', 'routeName' => 'mobile.wallet', ], (object) [ 'name' => __('mobile.noti'), 'icon' => '', 'routeName' => 'mobile.noti', ], ]; @endphp
@foreach ($botttomNavigations as $navigation) {!! $navigation->icon !!} {{ $navigation->name }} @endforeach