@extends('dashboard.layouts.index', ['breadcrumb' => ['main' => 'global.employee_profile','sub' => "global.employee_profile"], 'user_side' => $user]) @section('title') @endsection @section('content')
@lang("global.finance")
@lang("global.company_name")
@component('dashboard.components._edit_info' , [ "name" => "company_id", 'model' => 'user', 'place_holder' => __("global.company"), 'model_id' => $user->id, "val" => $user->company_id, "list" => $companies, "text" => $user->company->name, ]) @endcomponent
@lang("global.department")
Furniture @include('svg-icons.edit')
@lang("global.job_title")
@component('dashboard.components._edit_info' , [ "name" => "job_title", 'model' => 'user_information', 'place_holder' => __("global.job_title"), 'model_id' => $user->userinformationOne->id, "val" => $user->userinformationOne->job_title, ]) @endcomponent
@lang("global.date_and_status")
  • @component('dashboard.components._edit_info' , [ "name" => "start_date", 'model' => 'user_information', 'type' => 'date', 'place_holder' => __("global.start_date"), 'model_id' => $user->userinformationOne->id, "text" => __("global.start_date"), "val" => date('Y/m/d', strtotime($user->userinformationOne->start_date)), ]) @endcomponent
  • @lang("global.status")
@endsection