@extends('dashboard.layouts.index', ['breadcrumb' => ['main' => 'global.employees','sub' => "global.employees"]]) @section('content') {{-- @dd($model2) --}}
@csrf

@lang('global.avatar')

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

@lang("global.user_information")

@component('dashboard.components.edit_text' , [ "name" => "workplace", "type" => "text", "title" => __("global.workplace"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "educational_level", "type" => "text", "title" => __("global.educational_level"), "classlable" =>"required ", "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "job_title", "type" => "text", "title" => __("global.job_title"), "classlable" =>"required ", "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "passport_number", "type" => "text", "title" => __("global.passport_number"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "expired_passport", "type" => "date", "title" => __("global.expired_passport"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "start_date", "type" => "date", "title" => __("global.start_date"), "classlable" =>"required", "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "date_of_birth", "type" => "date", "title" => __("global.date_of_birth"), "col" => "col-md-10" ]) @endcomponent

@lang("global.informationemployee")

@component('dashboard.components.edit_text' , [ "name" => "name", "type" => "text", "title" => __("global.name"), "classlable" =>"required ", "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "phone_number", "type" => "text", "title" => __("global.phone_number"), "classlable" =>"required ", "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "email", "type" => "email", "title" => __("global.email"), "classlable" =>"required ", "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "password", "type" => "password", "title" => __("global.password"), "classlable" =>"required ", "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "national", "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" => "debartment_id", "type" => "text", "title" => __("global.debartmentor"), "classlable" =>"required ", "col" => "col-md-10", "model"=>$model2 ]) @endcomponent @component('dashboard.components.edit_drobdrown_title' , [ "name" => "lip_id", "type" => "text", "title" => __("global.lip"), "classlable" =>"required ", "col" => "col-md-10", "model"=>$model3 ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "age", "type" => "number", "title" => __("global.age"), "col" => "col-md-10", ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "residence_number", "type" => "text", "title" => __("global.residence_number"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "expired_residence_number", "type" => "date", "title" => __("global.expired_residence_number"), "col" => "col-md-10" ]) @endcomponent

@lang("global.payrollinformation")

@component('dashboard.components.edit_text' , [ "name" => "amount", "type" => "text", "title" => __("global.amount"), "classlable" =>"required", "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "num_socialsecurity", "type" => "text", "title" => __("global.num_socialsecurity"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "note", "type" => "text", "title" => __("global.note"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "ipan", "type" => "text", "title" => __("global.ipan"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "socialsecurity", "type" => "text", "title" => __("global.socialsecurity"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "tax", "type" => "text", "title" => __("global.tax"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "other_allowances", "type" => "text", "title" => __("global.othersuits"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "bank_name", "type" => "text", "title" => __("global.bank_name"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "health_insurance", "type" => "text", "title" => __("global.health_insurance"), "col" => "col-md-10" ]) @endcomponent
@stop