• {{--
  • @foreach ($languages as $lang) @if (app()->getLocale() != $lang['iso']) {{$lang['iso']}} @endif @endforeach
  • --}} @isset($user_branches)
  • {{--
    @if (count($user_branches)) @foreach ($user_branches as $branch) {{ $branch['branch']['name'] }} @endforeach @else {{ __('No other laboratory') }} @endif
    --}}
    @if (count($user_branches)) @if (isset($branch['branch']['code']) && $branch['branch']['code'] === 'PDIC') {{ $branch['branch']['name'] }} @endif @endif
  • @endisset
  • {{ date('l, F d, Y | ') }}
  • {{--
  • {{ date('l, F d, Y | h:i A') }}
  • {{-- --}}
  • @can('view_visit')
  • 0 {{ __('New home visits') }}
  • @endcan @can('view_chat')
  • 0
    0 {{ __('New messages') }}
  • @endcan @can('view_inventory_alerts')
  • 0
    0 {{ __('Inventory Alerts') }}
  • @endcan @can('view_medical_report')
  • 0
    0 {{ __('Results Alert(s)') }}
  • @endcan {{-- equipment notifications --}} @can('view_equipment_alerts')
  • 0
    0 {{ __('Equipment Alert(s)') }}
  • @endcan {{-- equipment notifications --}}
  • @csrf