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

@lang('global.avatar')

@component('dashboard.components.edit_image' ) @endcomponent

@lang("global.user_information")

@component('dashboard.components.edit_text' , [ "name" => "name", "type" => "text", "title" => __("global.name"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "phone_number", "type" => "text", "title" => __("global.phone_number"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "email", "type" => "email", "title" => __("global.email"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "password", "type" => "password", "title" => __("global.password"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "nationality", "type" => "text", "title" => __("global.nationality"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "address", "type" => "text", "title" => __("global.address"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "Place of work (branch)", "type" => "text", "title" => __("global.Placewor"), "col" => "col-md-10" ]) @endcomponent
{{--
--}}
@stop @push('js') @endpush