Plan List
| SN | Package Name | Package Type | Price | Status | Customer Support | {{--Analytics | --}}Social Media Sharing | Action | SN | Package Name | Package Type | Price | Status | Customer Support | {{--Analytics | --}}Social Media Sharing | Action | @foreach ($data['plans'] as $plan)
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $plan->name }} | {{ $plan->day }} Days | {{ $setting?->currency_symbol }} {{ $plan->price }} | @if ($plan->status == 1) Active @else Inactive @endif | {{--@if ($plan->customer_support) Customer Support @endif @if ($plan->analytics) Analytics @endif @if ($plan->social_media_sharing) Social Media Sharing @endif | --}}@if ($plan->customer_support == '1') Yes @else No @endif | {{--@if ($plan->analytics == '1') Yes @else No @endif | --}}@if ($plan->social_media_sharing == '1') Yes @else No @endif |
|