# | Name | Price ({{ config('app.currency') }}) | Description | Number of subscribes | Recomended on Front |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $paymentPlan->name }} | {{ $paymentPlan->price }} | {{ $paymentPlan->description }} | {{ count($paymentPlan->freelancers) }} | @if($paymentPlan->recommended_package == 1)Yes @else No @endif |