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

COLUMBUS17

Log In to Columbus 17

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