@extends('layouts.auth') @section('title', 'Change your password') @section('content')

Change your password

Choose a new password to continue.

@csrf @method('PUT')
@endsection