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