@extends('layouts.auth') @section('title', __('Choose a new password')) @section('heading', __('Choose a new password')) @section('form')
@csrf {{-- Breeze's controller hands the request through rather than the two values separately; the token lives in the route and the address in the query string of the link that was emailed. --}} @endsection