@foreach($subscription_plans as $key => $plan) @php $getTrialPrice = 49; if($plan->min_qty == 2){ $getTrialPrice = 99; } elseif($plan->min_qty == 5){ $getTrialPrice = 149; } @endphp
@if($loop->index == 1)
{{-- @elseif($loop->index == 2)
--}} @endif

{{ $plan->name ?? ''}}

@php $getPrice = $plan->min_price; if(strtolower($term) == 'quater'){ $getPrice = $plan->min_price/3; } elseif (strtolower($term) == 'year') { $getPrice = $plan->min_price/12; } @endphp ${{$getPrice}} ${{ $getPrice ?? ''}} /Month /Month

GET STARTED {{-- START 14-DAY TRIAL FOR ${{$getTrialPrice}} --}}
  • @if($plan->min_qty > 1)
    Up to {{$plan->min_qty ?? 2}} Projects at a time
    {{-- @elseif($loop->index == 2)
    Up to 5 Projects at a time
    --}} @else
    1 Project At a Time
    @endif

    Continuously start new ones as projects are completed

  • @if($loop->index == 1)
    Designed for Large Companies
    Advance features for established enterprises
    @elseif($loop->index == 2)
    Tailored for Growing Businesses
    Expended features to scale your operations
    @else
    Perfect for Start-ups
    Basic features to kickstart your journey
    @endif
  • Branding
  • Social Media & Marketing
  • UI/UX
  • Illustrations
  • Motion Graphics
  • Video Editing
@endforeach