@extends('layouts.public') @section('content')
@if($chapter->hero_path) {{ $chapter->name }} Hero @else
{{ substr($chapter->name, 0, 3) }}
@endif
@if($chapter->logo_path)
{{ $chapter->name }} Logo
@endif
@if($chapter->network) {{ $chapter->network->name }} @endif

{{ $chapter->name }}

{{ $chapter->city }}, {{ $chapter->state }}
@auth Register Now @else Join This Chapter @endauth

About Our Chapter

{!! nl2br(e($chapter->description)) !!}

Meeting Location

{{ $chapter->name }}

{{ $chapter->address_1 }}

@if($chapter->address_2)

{{ $chapter->address_2 }}

@endif

{{ $chapter->city }}, {{ $chapter->state }} {{ $chapter->zip }}

{{ $chapter->country }}

When We Meet

Days

{{ Carbon\Carbon::parse($chapter->meeting_days)->format('l') }}s

Time

{{ Carbon\Carbon::parse($chapter->meeting_time)->format('h:i A') }}

@if(is_array($chapter->leadership_team) && count($chapter->leadership_team) > 0)

Leadership Team

@foreach($chapter->leadership_team as $leader)

{{ $leader['name'] }}

{{ $leader['position'] }}

@endforeach
@endif

Membership Dues

Fee

${{ number_format($chapter->dues_amount, 2) }}

every {{ strtolower($chapter->dues_frequency) }}

  • Full access to chapter meetings
  • Referral networking opportunities
  • Global Network member directory
@if($chapter->network)

Under Network

{{ substr($chapter->network->name, 0, 1) }}

{{ $chapter->network->name }}

View Network Profile
@endif

Have Questions?

Want to visit before joining? Contact our coordinators for a guest pass.

Send Inquiry
@endsection