@extends('layouts.usermaster') @section('content')
@include('includes.user.verticalmenu')

{{lang('Profile Details')}}

@csrf @honeypot
@error('firstname') {{ lang($message) }} @enderror
@error('lastname') {{ lang($message) }} @enderror
@error('username') {{ lang($message) }} @enderror
@error('phone') {{ lang($message) }} @enderror
@if($customfield != null) @foreach($customfield as $customfields) @if($customfields->fieldtypes != 'textarea') @if($customfields->privacymode == '1')
@else
@endif @endif @endforeach @endif @if (setting('PROFILE_USER_ENABLE') == 'yes')
@error('image') {{ lang($message) }} @enderror
{{lang('The file size should not be more than 5MB', 'filesetting')}}
@if (Auth::guard('customer')->user()->image != null) @endif
@endif
@if(setting('SPRUKOADMIN_C') == 'on') @endif @include('user.auth.passwords.changepassword') @if(setting('cust_profile_delete_enable') == 'on')
{{lang('Delete Account')}}

{{lang('Once you delete your account, you can not access your account with the same credentials. You need to re-register your account.')}}

@endif
@endsection @section('scripts') @endsection