@component('dashboard.components.edit_text2' , [
"name" => "email",
"type" => "email",
"title" => __("global.email"),
"value" => $model?$model->email:''
])
@endcomponent
@component('dashboard.components.edit_text2' , [
"name" => "mobile",
"type" => "text",
"title" => __("global.phone"),
"value" => $model?$model->mobile:''
])
@endcomponent