/** * Opens a inline form with a given model * * @param mixed $model * @param array $attributes * @return string * @see Bootstrapper\Form::inline() * @see Illuminate\Html::model() * @static */ public static function inlineModel($model, $attributes = array()) { return \Bootstrapper\Form::inlineModel($model, $attributes); }