@extends('layouts.auth') @section('title','Reset Password') @section('content')
@csrf
@error('email') @enderror
@error('password') {{ $message }} @enderror
@endsection