@extends('Frontend.partials.layout') @section('styles') @endsection @section('content') {{-- Main Section --}}
{{-- analysis content header --}}

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

{{ brandName() }} Energiestatus

{{-- /analysis content header --}} @php $user_type = \Auth::user()->user_type; @endphp {{-- analysis content body --}}
@csrf @method('PUT')
{{-- card header --}}
{{-- @dd($user->photo); --}} {{-- @if (empty($user->photo)) @else Author Picture @endif --}} Author Picture
{{-- /card header --}} {{-- card body --}}
{{-- col-6 --}}

{{ 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($user_type != 1)
{{--
--}} @if (checkCron(getAuthID()))
@if ($errors->has('cron_email')) {{ $errors->first('cron_email') }} @endif
@endif
@php $groupIDS = getCollectionArrayForStaff(Auth::user()->staffInGorup); @endphp @if ($user_type == 2)
@endif @elseif (checkCron(getAuthID())==1)
@if ($errors->has('cron_email')) {{ $errors->first('cron_email') }} @endif
@endif
{{-- col-6 --}}

{{ 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

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

{{trans('action.setting_for_view')}}
{{--
--}} @if($user_type != 1 && env('APP_NAME') != 'Reset4me')
@endif
@if($user_type != 1 && env('APP_NAME') != 'Reset4me')
{{-- New --}}
@if (checkTherapist(getAuthID())==2)
@endif @endif @if($user_type == 0)
@endif
{{-- btn section --}}
{{--   --}}
{{-- /card body --}}
{{-- /analysis content body --}}
{{-- /Main Section --}} @endsection @section('scripts') @endsection