@extends('layouts.auth') @section('title') Reset Password @endsection @section('content')
Logo
@csrf
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
@endsection