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

Reset Password

@if(Session::has('message'))

{{ session('message') }}

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