@include('includes.head')
@include('includes.header')
Agro-meteorological Database Home
@if (session('status')) @endif

Welcome to the TMA Agrometeorological Database Home

Experimental Drought Hazard Map
{{ Form::open(array('id' => 'hazard-query', 'class' => 'form-inline')) }} {!! Form::Label('parameter', ' ') !!} {!! Form::select('parameter', array('combined' => 'Combined', 'rainfall' => 'Rainfall', 'ndvi' => 'NDVI'), 'combined', ['id' => 'parameter', 'class' => 'form-control']); !!} {!! Form::Label('season', ' ') !!} {!! Form::select('season', array('NDJFMA' => 'Nov-Apr', 'MAM' => 'Mar-May', 'OND' => 'Oct-Dec'), 'NDJFMA', ['id' => 'season', 'class' => 'form-control']); !!} {!! Form::Label('query', ' ') !!} {!! Form::select('year', $years, null, ['id' => 'year', 'class' => 'form-control']); !!} {!! Form::Label('dekad', ' ') !!} {!! Form::select('dekad', array('' => '', '' => ''), '', ['id' => 'dekad', 'class' => 'form-control']); !!} {!! Form::close() !!}