@extends('dashboard.layouts.index') @section('page_title') @lang('global.support') @stop @section('breadcrumb') @stop @section('content')
@csrf

@lang("global.support")

@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
@stop