{{ __('View Website') }} Logo
    @foreach (languages() as $key => $language)
  • {{ $language['name'] }} @if (app()->getLocale() == $key) @endif
  • @endforeach
{{ auth()->user()->unreadNotifications->count() }}
{{ __('Mark all Read') }}
    @foreach (auth()->user()->unreadNotifications as $notification)
  • {{ __($notification->data['message'] ?? '') }} {{ $notification->created_at->diffForHumans() }}
  • @endforeach
{{ __('View all notifications') }}

Hello🖐

{{ auth()->user()->role == 'staff' ? auth()->user()->business->companyName . '['. (auth()->user()->name) . ']' : auth()->user()->business->companyName }}
Profile
  • {{ __('My Profile') }}
  • {{ __('Logout') }}
    @csrf