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

WRF Daily Rainfall Graphs - By Coordinates


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

@php $i++; @endphp
@endforeach @endif
@if(count($runs) == '1')
@endif
@endsection