@extends('layouts.auth.app') @section('content')

Reset Password

@csrf @if (session('status')) @endif
@error('email') {{ $message }} @enderror
@endsection