@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
@endif @if(Session::has('message')) @endif
@endsection