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

WRF Hourly Rainfall Graphs - Multiple Stations


FORECAST VARIABLE TYPE:
{{ $display_data['variable'] }}
FORECAST STATIONS:
@foreach($runs as $run) {{ $run['station'] }}
@endforeach @if($display_data['variable'] !== 'Discharge')
OBSERVED STATIONS:
{{ $display_data['obs_station'] }} @endif
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}} - {{ $display_data['source'] }}

@php $i++; @endphp
@endforeach @endif
@endsection @section('after-scripts') @endsection