@extends('v2.layouts.auth') @section('title', 'Columbus 17 | Log In') @section('content')
Sign In

Join our community

@if(Session::has('message')) @endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Forgot Password?

Don't Have an Account? Sign Up now

@endsection