@extends('frontend.layouts.screen') @section('meta') {{----}} @endsection @section('after-styles') @endsection @section('content')
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