@extends('Frontend.partials.layout') @php $user = getUserDetails(); @endphp @section('styles') @endsection @section('content') {{-- Main Section --}} {{-- analysis content header--}} {{ __('action.add_user') }} {{ brandName() }} {{trans('action.user')}} {{-- \analysis content header--}} {{-- analysis content body --}} @csrf {{-- tabs --}} {{-- navs tabs --}} {{-- card header --}} {{ __('action.profile_picture') }} {{ __('action.addImage') }} {{-- card section --}} {{-- col-6 --}} {{-- basic information --}} {{ __('action.user_basic_information') }} {{ __('action.basic_info_for', ['siteName' => env('APP_NAME')]) }} {{-- user type select box --}} {{ trans('action.user_type_title') }}* {{ __('action.user_type_1') }} {{ __('action.user_type_2') }} {{ __('action.user_type_3') }} {{ __('action.user_type_4') }} {{ __('action.user_type_5') }} {{-- --}} {{__('action.gender')}}* {{__('action.male')}} {{__('action.female')}} {{__('action.other')}} @if ($errors->has('gender')) {{ $errors->first('gender') }} @endif {{-- no select user type start --}} {{ __('action.first_name_1') }}* {{ __('action.last_name_1') }}* {{__('action.birthday_1')}}* {{ __('action.place_of_birth_1') }}* {{-- no select user type end --}} @if(\Auth::user()->user_type != 1) {{ __('action.address_pdf') }} {{ __('action.postcode') }} {{__('action.address')}} {{ __('action.timezone') }} {{__('action.Select')}} @foreach ($timezones as $zone) {{$zone->name}} @endforeach {{ __('action.display_name') }} {{__('action.first_name')}}/{{__('action.last_name')}}({{__('action.sort_default')}}) {{__('action.last_name')}}/{{__('action.first_name')}} @if (checkCron(getAuthID())==1) {{__('action.mail_send_email')}} @if ($errors->has('cron_email')) {{ $errors->first('cron_email') }} @endif @endif {{__('action.telephone_number')}} @php $groupIDS = getCollectionArrayForStaff(Auth::user()->staffInGorup); @endphp @if (checkOwn(getAuthID())==1) {{ __('action.groups') }} {{__('action.select_group')}} @if(Auth::user()->user_type != 4) managelimitation->max_staff == 0 OR count(\Auth::user()->staffs) >= \Auth::user()->managelimitation->max_staff) disabled @endif value="staff">{{__('action.staff')}} @endif @foreach ($groups as $group) @continue(!in_array($group->id,$groupIDS) && Auth::user()->user_type == 4) user_type === 4) selected @endif value="{{$group->id}}" {{!empty(old('group_id')) && old('group_id')==$group->id ? "Selected" : ""}}>{{$group->group_name}} @endforeach @endif @elseif (checkCron(getAuthID())==1) {{__('action.mail_send_email')}} @if ($errors->has('cron_email')) {{ $errors->first('cron_email') }} @endif @endif {{-- col-6 --}} {{-- user login --}} {{ __('action.user_login') }} {{ __('action.setting_for_user_login', ['siteName' => env('APP_NAME')]) }} {{ __('action.email') }} {{ __('action.never_share') }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{ __('action.user_login_name') }}* @if ($errors->has('user_name')) {{ $errors->first('user_name') }} @endif {{ __('action.password') }}* @if ($errors->has('password')) {{ $errors->first('password') }} @endif {{-- user setting --}} {{__('action.user_settings')}} {{__('action.setting_for_view')}} {{__('action.language')}} @foreach ($languages as $language) id ? "Selected" : ""}} @if($user->language_id == $language->id) {{ 'selected' }} @endif>{{$language->name}} @endforeach @if(\Auth::user()->user_type != 1) {{ __('action.select_filter') }} A-Z Z-A 1-100 100-1 Show All @endif @if(\Auth::user()->user_type != 1) {{ __('action.dashboard_options') }} {{__('action.show_per_default')}} {{__('action.Sound')}} {{__('action.play_audio')}} {{__('action.pattern_switch')}} {{__('action.switch_button')}} {{ __('action.pattern_analysis') }} {{__('action.show_per_default_random')}} @if (checkTherapist(getAuthID())==2) {{ __('action.cover_pdf') }} {{ __('action.cover_pdf') }} {{-- --}} @endif @endif {{__('action.terms_of_use')}}* {{__('action.gdpr_checkbox')}} {{-- save & cancel button --}} {{__('action.save')}} {{ __('action.cancel') }} {{-- {{ __('action.save') }} --}} {{-- navs tabs /--}} {{-- \tabs --}} {{-- /analysis content body --}} {{-- /Main Section --}} @endsection @section('scripts') {{-- @include('JSBlade.BJsblade') --}} @endsection
{{ brandName() }} {{trans('action.user')}}
{{ __('action.never_share') }}