• @if (auth()->guard('patient')->check())

    {{__('Dashboard')}}

    @else

    {{__('Dashboard')}}

    @endif
  • @if (auth()->guard('patient')->check())
  • {{__('Profile')}}

  • @else
  • {{__('Profile')}}

  • @endif @if (auth()->guard('patient')->check())
  • {{__('Reports')}}

  • @else
  • {{__('Reports')}}

  • @endif {{-- @if (auth()->guard('patient')->check())
  • {{__('Tests Library')}}

  • @else
  • {{__('Tests Library')}}

  • @endif --}} {{-- @if (auth()->guard('patient')->check() )
  • {{__('Our Laboratory')}}

  • @else
  • {{__('Our Laboratory')}}

  • @endif --}} @if (auth()->guard('patient')->check())
  • {{__('Contact Us')}}

  • @else
  • {{__('Contact Us')}}

  • @endif @if (auth()->guard('patient')->check())
  • {{__('About Us')}}

  • @else
  • {{__('About Us')}}

  • @endif @if (auth()->guard('patient')->check())
  • {{ __('Customer Survey') }}

  • @else
  • {{ __('Customer Survey') }}

  • @endif