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

FLO2D Discharge Graph


FORECAST VARIABLE TYPE:
Waterlevel
STATIONS:
1. {{ ucwords($all_values['station_1']) }}
2. {{ ucwords($all_values['station_2']) }}
{{--
OBSERVED STATION:
--}} {{--{{ ucwords($obs_station) }}--}}
FORECAST TYPE:
@foreach($all_values['types_1'] as $type) {{ $type }}
@endforeach
DATE RANGE:
From: {{ $all_values['start_date'] }}
To: {{ $all_values['end_date_1'] }}


1. {{ ucwords($all_values['station_1']) }} & 2. {{ ucwords($all_values['station_2']) }}


{{--
--}} {{--
--}} {{--SWITCH TO DAILY VIEW--}} {{--
--}}
@endsection