@extends('layouts.main-app') @section('title', 'Profile') @section('content') @include('layouts.navbar')

Profile Summary

@csrf

For your security, make sure to choose a strong password that you haven't used before.

Current Password
@error('current_password')
{{ $message }}
@enderror
New Password
@error('new_password')
{{ $message }}
@enderror
Confirm New Password
@include('layouts.footer') @endsection