@guest
@endguest @auth
@endauth {{-- Top Navigation --}} {{-- Profile Layouts --}} @if ($profile_layout == 'default_cover') {{ $user->firstname . ' ' . $user->lastname }} {{ $user->firstname . ' ' . $user->lastname }} @elseif ($profile_layout == 'cover_only') {{ $user->firstname . ' ' . $user->lastname }} @elseif ($profile_layout == 'default') {{ $user->firstname . ' ' . $user->lastname }} @elseif ($profile_layout == 'rounded') {{ $user->firstname . ' ' . $user->lastname }} @elseif ($profile_layout == 'full_width') {{ $user->firstname . ' ' . $user->lastname }} @endif

{{ $trusted_network_title }}

@if ($members->isNotEmpty()) {{-- Toggle Buttons --}}
@if ($members) @endif @if ($state->isNotEmpty()) @endif @if ($global->isNotEmpty()) @endif @if ($eat->isNotEmpty()) @endif @if ($expert->isNotEmpty()) @endif @if ($event->isNotEmpty()) @endif {{-- Button will only show if user is logged in, is not admin, and is not the owner of the card --}} @if (auth()->user() && !auth()->user()->is_admin && auth()->user()->id != $owner_id) @endif @guest @endguest
{{-- CONTENTS --}} @if ($members) {{-- All Products --}}
{{-- Search --}} {{--
--}} {{--
--}} {{-- Infinite Scroll Trigger --}} {{--
@if ($members?->hasMorePages()) Loading more... @endif
--}}
@endif @if ($state)
@foreach ($this->state as $state => $members) @php $members = collect($members); $first = $members->first(); @endphp

{{ $state !== '—' && trim($state) !== '' ? "$state, $first->country" : $first->country }}

@endforeach
@endif @if ($global)
@foreach ($this->global as $country => $members)

{{ $country }}

@endforeach
@endif @if ($eat)

Places to Eat

@endif @if ($expert)

Experts

@endif @if ($event)

Events

@endif @else
No trusted network.
@endif {{-- Button will only show if user is logged in, is not admin, and is not the owner of the card --}} @if (auth()->user() && !auth()->user()->is_admin && auth()->user()->id != $owner_id) @endif @guest @endguest