|
|
@endcan
{{ __('SL') }}. | {{ __('Subscription Name') }} | {{ __('Duration') }} | {{ __('Offer Price') }} | {{ __('Subscription Price') }} | @if (moduleCheck('MultiBranchAddon')){{ __('Allow Multibranch') }} | @endif{{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|---|
| @endcan | {{ $plans->perPage() * ($plans->currentPage() - 1) + $loop->iteration }} | {{ $plan->subscriptionName }} | {{ $plan->duration }} | {{ $plan->offerPrice ? currency_format($plan->offerPrice) : '' }} | {{ currency_format($plan->subscriptionPrice) }} | @if (moduleCheck('MultiBranchAddon'))
{{ $plan->allow_multibranch == 1 ? 'Yes' : 'No' }}
|
@endif
@can('plans-update') @endcan |
|
@endforeach