@extends(backpack_view('blank')) @section('content')
SIMPLE, TRANSPARENT PRICING

Choose the Chloe plan that's right for your pharmacy.

No setup fees. No Hidden costs.
Cancel anytime on monthly plans.
Save two month when you pay annually
@foreach($plans as $plan) @if ($plan->slug != "trial") @endif @endforeach @foreach($plans as $plan) @if ($plan->slug != "trial") @endif @endforeach @foreach($plans as $plan) @if ($plan->slug != "trial") @endif @endforeach @foreach($plans as $plan) @if ($plan->slug != "trial") @endif @endforeach @foreach($plans as $plan) @if ($plan->slug != "trial") @endif @endforeach @foreach($plans as $plan) @if ($plan->slug != "trial") @endif @endforeach @foreach($plans as $plan) @if ($plan->slug != "trial") @endif @endforeach
{{ $plan->name }} @if ( $plan->slug == "essentials")
MOST POPULAR
@endif
Chloe Enterprise
Included AI Minutes {{ number_format($plan->ai_minutes) }} Custom
Included SMS Messages {{ number_format($plan->sms_messages) }} Custom
Extra AI Minutes ${{ $plan->additional_ai_minutes }} NZD/min Custom
Extra SMS Messages ${{ $plan->additional_sms_messages }} NZD/message Custom
Price ${{ number_format($plan->monthly_price) }} NZD/mo Custom Pricing
  @if ($pharmacy->plan_id == $plan->id && $currentBillingCycle == "monthly") @else @endif Contact Sales
@endsection @section('after_scripts') @endsection