@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@lang('modules.employees.updateTitle') [ {{ $userDetail->name }} ] @php($class = $userDetail->status == 'active' ? 'label-custom' : 'label-danger') {{ ucfirst($userDetail->status) }}
@csrf @method('PUT')
{{--
@lang('modules.employees.employeeIdInfo')
--}}
Employee will login using this email.
@lang('modules.employees.updatePasswordNote')
team==App\User::MOBILE_TEAM ? 'checked' : ''}}>
team==App\User::WEB_TEAM ? 'checked' : ''}}>
team==App\User::COMMON_TEAM ? 'checked' : ''}}>
email_notifications) checked @endif name="email_notifications" id="email_notifications1" value="1">
email_notifications) checked @endif id="email_notifications2" value="0">
@lang('app.selectImage') @lang('app.change') @lang('app.remove')
@if (isset($fields)) @foreach ($fields as $field)
@if ($field->type == 'text') @elseif($field->type == 'password') @elseif($field->type == 'number') @elseif($field->type == 'textarea') @elseif($field->type == 'radio')
@foreach ($field->values as $key => $value) @endforeach
@elseif($field->type == 'select') @elseif($field->type == 'checkbox')
@foreach ($field->values as $key => $value) @endforeach
@elseif($field->type == 'date') @endif
@endforeach @endif
@if (!empty($joining_documents))
@foreach ($joining_documents as $key => $doc)