• Welcome to {{$appSetting->h1}}
  • {{-- 8 --}}
    • My Dashboard
    • @if(Auth::user()->isAdmin())
    • Admin Dashboard
    • @endif @if(Auth::user()->hasSellerRole()) @foreach(Auth::user()->activeSellers() as $slr)
    • Seller: {{ strlimit($slr->title,8,'..') }}
    • @endforeach
    • @endif
    • Log Out
      @csrf
  • {{--
  • --}}