@include('portal::layouts.partials.portal_config') @php $bottomItems = collect($portal_nav_items ?? [])->take(4); $drawerItems = $portal_nav_items ?? []; @endphp {{ $portal_label ?? Session::get('business.name') }} @foreach($bottomItems as $item) {{ $item['short_label'] ?? $item['label'] }} @endforeach @lang('portal::lang.more')