@extends('v2.layouts.auth') @section('title', 'Columbus 17 | Log In') @section('content') Sign In Join our community @if(Session::has('message')) {{ session('message') }} @endif @csrf @if ($errors->has('email')) {{ $errors->first('email') }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif Remember Me Forgot Password? Sign In Don't Have an Account? Sign Up now @endsection
Don't Have an Account? Sign Up now