Oil Records
{!! Form::text('oil', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('oil', '

:message

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

:message

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

:message

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

:message

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

:message

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