@extends('frontend.layouts.dynamic') @section('after-styles') @endsection @section('content')

Observed Past Data Dynamic Graphs

{{--
--}} {{--
--}} {{--

Select the date range

--}} {{--
--}} {{--{{ Form::open(array('route' => 'frontend.dynamic.get.form.data', 'class' => 'form-inline')) }}--}} {{--
--}} {{----}} {{--{{ Form::text('start_date','d',['class' => 'form-control start_date', 'id' => 'start_date', 'required' => 'required', 'autocomplete' => 'off']) }}--}} {{----}} {{--{{ Form::text('end_date','d',['class' => 'form-control end_date', 'id' => 'end_date', 'required' => 'required', 'autocomplete' => 'off']) }}--}} {{--
--}} {{--{{ Form::close() }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
Water Level Stations
{{--
--}} @foreach($wl_stations as $key => $wl_station) @endforeach {{--
--}}
{{--
--}} @foreach($wl_stations as $key => $wl_station) @endforeach {{--
--}}
Water Level - Observed Data

Weather Stations
@foreach($ws_stations as $key => $ws_station) @if($ws_station['name'] !== 'Kohuwala' || $ws_station['name'] !== 'KLB Obs') @endif @endforeach
Weather Stations - Observed Data
@endsection @section('after-scripts') {{--// highcharts data--}} {{--// water level chart--}} {{--// weather stations chart--}} {{--// maps data--}} {{--//map water level stations--}} {{--//map weather stations--}} @endsection