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

Join our community

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