@component('dashboard.components.edit_text_large_large',[
"name" => "informations",
"type" => "text",
"title" => __("global.informations"),
"value" => $model!==null?$model->informations:''
])
@endcomponent
@component('dashboard.components.edit_text_large_large',[
"name" => "target",
"type" => "text",
"title" => __("global.target"),
"value" => $model!==null?$model->target:''
])
@endcomponent