Price
{!! Form::date('date', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('date', '

:message

') !!}
{!! Form::select('location',[''=>'Select Location'],null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('location', '

:message

') !!}
{!! Form::number('diesel', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('diesel', '

:message

') !!}
{!! Form::number('petrol', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('petrol', '

:message

') !!}
{!! Form::select('currency',[''=>'USD'],null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('currency', '

:message

') !!}

{!! Form::submit(isset($submitButtonText) ? $submitButtonText : 'Create', ['class' => 'btn green']) !!}