@extends('layouts.auth') @section('title') Reset Password @endsection @section('form') @if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection