@extends('layouts.dashboard') @section('content') {{-- Hide default header if we're making a custom one --}} Profile Home User Profile @if (Session::has('message')) {{ Session::get('message') }} @endif {{-- Banner Header --}} {{-- Hide the left column profile image as we moved it to the top card --}} {{-- No content here anymore --}} {{-- Use col-md-12 now that the left profile section is integrated into the top card --}} Profile Change Password @csrf {{-- Row 1: User Name & Mobile Number --}} User Name @error('name') {{ $message }} @enderror Mobile number @error('mobile_number') {{ $message }} @enderror Date Of Birth @error('dob') {{ $message }} @enderror Address @error('address') {{ $message }} @enderror Aadhar No @error('aadhaar_number') @enderror Pan No @error('pan_number') {{ $message }} @enderror Submit @csrf {{-- Row for New Password & Confirm Password --}} New Password Confirm Password Submit @endsection @push('scripts') @endpush