{{ $plan->name }}

${{ $plan->min_price }}/{{ $plan->planCycles ? substr($plan->planCycles->name, 0, 2) : 'One time' }}

{{ $plan->min_qty }} {{ $plan->project_type_id == 2 ? 'Content' : 'Design' }} Stream

    @foreach( $plan->plan_features as $feature )
  • {{ $feature }}
  • @endforeach