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