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

WRF Hourly Rainfall Graphs - By Coordinates Stations


FORECAST VARIABLE TYPE:
{{ $display_data['variable'] }}
FORECAST STATIONS:
@foreach($runs as $run) {{ $run['station'] }}
@endforeach
OBSERVED STATION:
@php if ($obs_values != null) { @endphp {{ $obs_runs->station }} @php } @endphp
FORECAST TYPE:
{{ $display_data['type'] }}
DATE RANGE:
Start Date and Time: {{ $start_time }}
End Date and Time: {{ $end_time }}


@if($runs) @php $i = 1; @endphp @foreach($runs as $run)

{{$run->station}}

@php $i++; @endphp
@endforeach @endif
{{--
--}}
@endsection