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

:message

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

:message

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

:message

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

:message

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