@include('out.styles')
Discover Nigeria's leading online marketplace for buying and selling vehicles, property, electronics, fashion, and more. Join 234Deals today and connect with trusted buyers and sellers!
@if (!Auth::guard('admin')->check())
Sign In
@elseif(Auth::guard('admin')->user())
@if(Auth::guard('admin')->user()->avatar)
@else {{ Str::ucfirst(Str::substr(Auth::guard('admin')->user()->first_name ?? Auth::guard('admin')->user()->email ?? 'U', 0, 1)) }} @endif
Settings
Update Password
@php $limitedTypes = ['admin', 'marketer', 'submarketer', 'subadmin', 'affiliate']; $showExtended = !in_array(Auth::guard('admin')->user()->type, $limitedTypes); @endphp @if($showExtended)
Verify Account
Payment Details
@endif
Logout
@endif
Wishlist
Browse Categories
@foreach ($sections as $section)
{{ $section->name }}
@foreach ($section->categories as $category)
{{ $category->category_name }}
@endforeach
@endforeach
@if (!Auth::guard('admin')->check()) @include('new_nav') @else @include('auth_nav') @endif
@if (!Auth::guard('admin')->check()) @include('strange_nav') @else @include('main_nav') @endif
@yield('content')
@include('out.footer_nav')
{{-- location js --}} {{-- --}} @yield('js')