• Loops
  • Wallet
  • Profile
  • {{ $aboutus['description']['title'] }}
  • @if (auth()->check()) {{--@if (auth()->check() && auth()->user()->role == 'user')--}}
  • {{ auth()->user()->role == 'user' ? "Log out" : " Log out from Admin" }}
  • @else
  • Log in
  • Register
  • @endif