@extends('layouts.app') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Profile details
@csrf

If you wish to update your password, you must provide your current / old password so we can verify it's you.

@endsection