--}}
{{-- @if(count($stations) <= 6) --}}
{{--
--}}
@foreach($stations as $key => $station)
@if($station['values'] !== null)
@if($station['name'] !== 'Kohuwala')
@if($station['name'] !== 'Orugodawatta')
@endif
@endif
@endif
@endforeach
{{--
@else
@php
$first_stations = array_slice($stations, 0, 6);
//dd($stations, $first_stations);
$second_stations = array_slice($stations, 6);
//dd($stations, $second_stations);
@endphp
@foreach($first_stations as $key => $f_station)
@if($f_station['values'] !== null)
@endif
@endforeach
@foreach($second_stations as $key => $s_station)
@if($s_station['values'] !== null)
@endif
@endforeach
@endif