CUrW Canal Observed Water Level, Forecasts & Rainfall
@foreach($stations as $key => $station)
@if($station['type'] == 'canal')
@endif
@endforeach
CUrW River Observed Water Level, Forecasts & Rainfall
@foreach($stations as $key => $station)
@if($station['type'] == 'river')
@endif
@endforeach
@endsection
@section('after-scripts')
@endsection