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 } @endphpFORECAST 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)
@php
$i++;
@endphp
@endforeach @endif
{{$run->station}}
@endforeach @endif
--}}