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

Reset Password

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection