@extends('v2.layouts.auth') @section('title', 'Columbus 17 | Reset Password') @section('content') Reset Password Join our community @if($errors->has('token')) {{ $errors->first('token') }} @else @csrf @if ($errors->has('password')) {{ $errors->first('password') }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif Send Password Reset Link @endif @if(Session::has('message')) {{ session('message') }} @endif @endsection
{{ $errors->first('token') }}