AmarDriver Logo AmarDriver
@guest Apply Job @endguest @auth
{{Auth::user()->name}} {{Auth::user()->mobile}}
    {{--
  • Dashboard
  • --}}
  • Profile
  • Notification @if (Auth::user()->unreadNotifications->count())
    {{Auth::user()->unreadNotifications->count()}}
    @endif
  • @can('job')
  • Job
  • @endcan @can('application')
  • Application @if (Auth::user()->applications->where('status', 'active')->first()->hires->count())
    {{Auth::user()->applications->where('status', 'active')->first()->hires->count()}}
    @endif
  • @endcan @canany(['has_driver','has_hire'])
  • My drivers
  • @endcan
  • @csrf
@endauth
  • Home
  • @cannot('has_applicaton')
  • Apply Job
  • @endcannot @guest
  • Login
  • Register
  • @endguest