@extends('contentNavbarLayout') @section('title', 'Account settings - Account') @section('page-script') @endsection @section('content')

My Profile / Account

Profile Details



{{--
US (+1)
--}}
{{--
--}}
{{-- Update Password --}}
Update Password
{{-- Success Message --}} @if(session('success')) @endif {{-- Global Error List (optional, shows all errors together) --}} @if ($errors->any()) @endif {{-- OR inline error messages (near inputs) --}} {{-- @error('newPassword') @enderror --}}
@csrf
@endsection