@extends('layouts.app') @section('page_title', 'Profile') @section('page_subtitle', 'Update your details, image, and password') @section('content')

Profile Details

Edit account details and upload an avatar.

@csrf @method('PUT') @if (auth()->user()->profile_image)
Current image
Profile image
@endif

Change Password

Keep the account secure with a new password.

@csrf @method('PUT')
@endsection