@extends('layouts.join') @section('title', 'Columbus 17 | Join') @section('content')
  • Sign In
  • Create Account
  • @if(!session('success') && session('success') !== 'correct')
  • Payment Information
  • @else
  • Payment Information
  • @endif
@if(!session('success') && session('success') !== 'correct')

Sign In to Columbus 17

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

Not a member yet? Create your account

Create Your Account in Columbus 17

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

Not a member yet? Create your account

@else
@if(Auth::user()->subscribed())

You are already subscribed to our {{Auth::user()->order->where('status', 'completed')->first()->product_full_name}} plan !

@else
@csrf
@endif
@endif
@endsection