@extends('dashboard.layouts.index') @section('page_title') @lang('global.employee') @stop @section('breadcrumb') @stop @section('content') {{-- @dd($model2) --}}
@csrf

@lang('global.avatar')

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

@lang("global.informationemployee")

{{--
--}} @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_drobdrown' , [ "name" => "branch_id", "type" => "text", "title" => __("global.Placewor"), "col" => "col-md-10", "model"=>$model ]) @endcomponent @component('dashboard.components.edit_drobdrown' , [ "name" => "debartment_id", "type" => "text", "title" => __("global.debartmentor"), "col" => "col-md-10", "model"=>$model2 ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "age", "type" => "number", "title" => __("global.age"), "col" => "col-md-10", ]) @endcomponent
{{--
--}}
@stop @push('js') @endpush