@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 Author Picture @endif --}} Author Picture
{{-- card section --}}
{{-- basic information --}}

{{ trans('action.user_basic_information') }}

{{ trans('action.basic_info_for', ['siteName' => env('APP_NAME')]) }}
{{-- user type select box --}}
{{-- --}}
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 --}}
{{-- --}}
{{-- no select user type end --}}
@if (checkCron(getAuthID())==1)
{{-- --}} @if ($errors->has('cron_email')) {{ $errors->first('cron_email') }} @endif
@endif
@if($user->user_type == 0)
@endif @if($user->user_type == 0)
@endif
{{-- Therapist Setting --}} {{-- @if ($user->user_type == 2)

{{ trans('action.therapist_settings') }}

{{ trans('action.general_setting_for') }}
@if($user->user_type == 2)
@if (empty($user->useroption->pdf_logo)) @else
@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.never_share') }}

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('user_name')) {{ $errors->first('user_name') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{-- user setting --}}

{{trans('action.user_settings')}}

{{trans('action.setting_for_view')}}
@if(env('APP_NAME') != 'Reset4me')
@endif
@if(env('APP_NAME') != 'Reset4me')
{{-- New --}}
@if ($user->user_type == 2)
@endif
@endif

* {{trans('action.red_marked_are_required')}}

{{-- --}}
{{-- /card --}}
{{-- /analysis content body --}}
{{-- /Main Section --}} @endsection @section('scripts') @endsection