{{-- Close your eyes. Count to one. That is how long forever feels. --}} {{--

Jobs By Locations

--}} {{--
--}}
@if (!is_null($citiesWithJobCount))

Jobs By City

@foreach ($citiesWithJobCount as $cityWithJobCount) {{--
  • --}}
    {{-- --}} {{ $cityWithJobCount->city }} ({{ $cityWithJobCount->jobCount }})
    {{--
  • --}} @endforeach
    @endif
    @if (!is_null($statesWithJobCount))

    Jobs By State

    @foreach ($statesWithJobCount as $stateWithJobCount) {{--
  • --}}
    {{-- --}} {{ $stateWithJobCount->state }} ({{ $stateWithJobCount->jobCount }})
    {{--
  • --}} @endforeach
    @endif