@extends('frontend.layouts.plain') @section('after-styles') @endsection @section('content')
{{-- {{ Form::open([route('frontend.graphs.hourly.show'), 'method' => 'post', 'class' => 'form-horizontal col-md-12 form']) }} --}}
Forecast Parameters
{{ csrf_field() }}
Forecast Variable Type
Station
Observed Weather Station
Forecast Type
Source
Date Range
{{ Form::hidden('data_type', 'by_station') }}
{{-- {{ Form::open([route('frontend.graphs.hourly.show'), 'method' => 'post', 'class' => 'form-horizontal col-md-12 form']) }} --}}
Forecast Parameters
{{ csrf_field() }}
Forecast Variable Type
Stations
Observed Weather Station
Forecast Type
Source
Date Range
{{ Form::hidden('data_type', 'by_forecast') }}
{{-- {{ Form::open([route('frontend.graphs.hourly.show'), 'method' => 'post', 'class' => 'form-horizontal col-md-12 form']) }} --}}
Forecast Parameters
{{ csrf_field() }}
Latitude
Longitude
Forecast Variable Type
Observed Weather Station
Forecast Type
Date Range
{{ Form::hidden('data_type', 'by_coordinates') }}
@endsection @section('after-scripts') @endsection