@extends('front.layout.app') @section('content')
img

{{$data['title1'] ?? ''}}

{{$data['title2'] ?? ''}}

{{$data['description1'] ?? ''}}

Select your consulting community membership:

@foreach($memberships as $member) @php $title = $member->title ?? ''; $pos = strpos($title, '('); if ($pos !== false) { $beforeParenthesis = substr($title, 0, $pos); $afterParenthesis = substr($title, $pos); } else { $beforeParenthesis = $title; $afterParenthesis = ''; } @endphp

{{$beforeParenthesis ?? ''}}
{{$afterParenthesis ?? ''}}

${{$member->price ?? ''}} / {{$member->duration ?? ''}} *

{!! $member->description ?? '' !!}

{{--

Community, Education, Clinic

--}} {{--

--}} {{-- Community there will be discussions being shared and discussed here so different channels--}} {{-- showing the areas needing support, heres a list for now on channels to start with:--}} {{--

--}} {{--

Your Path to Consulting:

--}} {{--

--}} {{-- Your community will include education, support, guidance, and tools regardless of your phase in consulting. A few areas include:--}} {{--

--}} {{--

Core Education:

--}} {{--
    --}} {{--
  • Master Mindset
  • --}} {{--
  • Master Client
  • --}} {{--
  • Master Solution
  • --}} {{--
  • Master Pricing
  • --}} {{--
  • Master Marketing
  • --}} {{--
--}} {{--

Weekly Clinic:

--}} {{--

--}} {{-- Weekly clinic sessions for support, guidance, expert guests and regular hot-seats to propel your progress.--}} {{--

--}} {{--

Bright Community:

--}} {{--
    --}} {{--
  • Build Phase
  • --}} {{--
  • Design Phase
  • --}} {{--
  • Launch Phase
  • --}} {{--
  • Essential Tools
  • --}} {{--
--}} Join Now!
@endforeach

Clinics:

@endsection