@extends('auth.layouts.app') @section('name') Reset Password @endsection @section('content')

Reset Password

@foreach ($errors->all() as $error) {{ $error }} @endforeach
@csrf
@endsection