{!! BootForm::text('Title', 'title')->placeholder('Title') !!}
{!! BootForm::text('Background Color', 'background_color')->placeholder('Background Color') !!}
{!! BootForm::text('Color', 'color')->placeholder('color') !!}
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!} Cancel