@extends('layouts.unauth') @section('content')
Reset Password
@if (Session::has('message')) @endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection