@extends('layouts.auth') @section('title', 'Columbus 17 | Reset Password') @section('content')

Reset Password

@if($errors->has('token'))

{{ $errors->first('token') }}

@else
@csrf
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@endif
@endsection