{{ $counter->needAttention }} records need attention!
@if ($counter->needAttention) @endif @if (!(Auth::User()->hasAnyRole(['root', 'admin'])))
*To add a new Operator Alias please contact a YLG Administrator.
@endif @if (isset($needAttention['city']) && count($needAttention['city']))
City | Country
{{--
--}} {{----}} {{--
--}}
    @foreach($needAttention['city'] as $cityName => $cityItem)
  • {{ $cityName }}
    @if (Auth::User()->hasAnyRole(['root', 'admin'])) @endif
  • @endforeach
@endif @if (isset($needAttention['fare_type']) && count($needAttention['fare_type']))
Fare Types
{{--
--}} {{----}} {{--
--}}
    @foreach($needAttention['fare_type'] as $ftName => $ftItem)
  • {{ $ftName }}
    @if (Auth::User()->hasAnyRole(['root', 'admin'])) @endif
  • @endforeach
@endif @if (isset($needAttention['travel_class']) && count($needAttention['travel_class']))
Travel Class
{{--
--}} {{----}} {{--
--}}
    @foreach($needAttention['travel_class'] as $tcName => $tcItem)
  • {{ $tcName }}
    @if (Auth::User()->hasAnyRole(['root', 'admin'])) @endif
  • @endforeach
@endif