@extends('Frontend.partials.layout') @section('styles') @endsection @section('content') {{-- Main Section --}} {{-- analysis content header --}} {{ trans('action.update_user') }} {{ brandName() }} {{trans('action.user')}} {{-- /analysis content header --}} {{-- analysis content body --}} @csrf @method('PUT') {{-- card --}} {{-- card header --}} {{-- @if (empty($user->photo)) @else @endif --}} {{$user->first_name." ".$user->last_name}} {{ trans('action.change_image') }} {{ trans('action.delete') }} {{-- card section --}} {{-- basic information --}} {{ trans('action.user_basic_information') }} {{ trans('action.basic_info_for', ['siteName' => env('APP_NAME')]) }} {{-- user type select box --}} {{ trans('action.user_type_title') }}* select_user_view == "1" ? "selected" : ""}}>{{ __('action.user_type_1') }} select_user_view == "2" ? "selected" : ""}}>{{ __('action.user_type_2') }} select_user_view == "3" ? "selected" : ""}}>{{ __('action.user_type_3') }} select_user_view == "4" ? "selected" : ""}}>{{ __('action.user_type_4') }} select_user_view == "5" ? "selected" : ""}}>{{ __('action.user_type_5') }} {{-- --}} {{trans('action.gender')}}* gender == 1) {{"checked"}} @endif>{{trans('action.male')}} gender == 2) {{"checked"}} @endif> {{trans('action.female')}} gender == 3) {{"checked"}} @endif> {{trans('action.other')}} @if ($errors->has('gender')) {{ $errors->first('gender') }} @endif {{-- no select user type start --}} {{ trans('action.first_name_1') }}* {{ trans('action.last_name_1') }}* {{trans('action.birthday_1')}}* {{-- --}} {{trans('action.place_of_birth_1')}}* {{-- no select user type end --}} {{ trans('action.address_pdf') }} {{ trans('action.postcode') }} {{ trans('action.address') }} {{ trans('action.timezone') }} {{trans('action.Select')}} {{ trans('action.display_name') }} useroption->name_sort) {{"selected"}} @endif>{{trans('action.first_name')}}/{{trans('action.last_name')}}({{trans('action.sort_default')}}) useroption->name_sort) {{"selected"}} @endif>{{trans('action.last_name')}}/{{trans('action.first_name')}} @if (checkCron(getAuthID())==1) {{trans('action.mail_send_email')}} {{-- --}} @if ($errors->has('cron_email')) {{ $errors->first('cron_email') }} @endif @endif {{trans('action.telephone_number')}} {{trans('action.email_subscription')}} email_subscription == 1) {{ "checked" }}@endif > {{trans('action.email_subscription')}} @if($user->user_type == 0) {{ trans('action.groups') }} {{trans('action.select_group')}} @endif @if($user->user_type == 0) {{ trans('action.terms_of_use') }} * useroption->terms) checked @endif id="termsCondition" class="custom-control-input btn btn-danger" name="terms" href="javascript:void(0);" onclick="termsConditionPDF({{$user->id}})" target="_blank"> {{ trans('action.i_accept_the_terms_of_use') }} @endif {{-- Therapist Setting --}} {{-- @if ($user->user_type == 2) {{ trans('action.therapist_settings') }} {{ trans('action.general_setting_for') }} @if($user->user_type == 2) {{ trans('action.custom_link') }} {{ trans('action.pdf_logo_upload') }} @if (empty($user->useroption->pdf_logo)) @else @endif {{trans('action.pdf_second_page_title')}} @if($pdfSecondPage != null){!! $pdfSecondPage !!} @endif {{trans('action.cron_available_placeholder')}} @endif @endif --}} {{-- user login --}} {{ trans('action.user_login') }} {{ trans('action.setting_for_user_login', ['siteName' => env('APP_NAME')]) }} {{ trans('action.email') }} {{ trans('action.never_share') }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{ trans('action.user_login_name') }}* @if ($errors->has('user_name')) {{ $errors->first('user_name') }} @endif {{ trans('action.placeholder_passwrod') }} @if ($errors->has('password')) {{ $errors->first('password') }} @endif {{ trans('action.placeholder_re_passwrod') }} {{-- user setting --}} {{trans('action.user_settings')}} {{trans('action.setting_for_view')}} {{trans('action.language')}} @if(env('APP_NAME') != 'Reset4me') {{ trans('action.select_filter') }} userfilter->filter_type==1) selected @endif>A-Z userfilter->filter_type==2) selected @endif>Z-A userfilter->filter_type==3) selected @endif>1-100 userfilter->filter_type==4) selected @endif>100-1 userfilter->filter_type==5) selected @endif>Show All @endif @if(env('APP_NAME') != 'Reset4me') {{ trans('action.dashboard_options') }} useroption->dashboard_view == '1') {{ "checked" }}@endif > {{trans('action.show_per_default')}} {{trans('action.Sound')}} useroption->sound == '1') {{ "checked" }}@endif > {{trans('action.play_audio')}} {{-- New --}} {{trans('action.pattern_switch')}} useroption->pattern_switch == '1') {{ "checked" }}@endif > {{trans('action.switch_button')}} {{trans('action.pattern_analysis')}} useroption->ran_ana == '1') {{ "checked" }}@endif > {{trans('action.show_per_default_random')}} @if ($user->user_type == 2) {{trans('action.cover_pdf')}} useroption->view_pdf==1) Checked @endif > {{ trans('action.cover_pdf') }} {{-- --}} @endif @endif * {{trans('action.red_marked_are_required')}} {{-- {{trans('action.to_save')}} --}} {{trans('action.to_save')}} {{-- /card --}} {{-- /analysis content body --}} {{-- /Main Section --}} @endsection @section('scripts') @endsection
{{ brandName() }} {{trans('action.user')}}
{{ trans('action.never_share') }}
* {{trans('action.red_marked_are_required')}}