@role(App\Models\Role::ROLE_SUPER_ADMIN) {{-- --}} {{-- --}} @endrole @role(App\Models\Role::ROLE_ADMIN) @if (getLogInUser()->is_organisation && empty(getLogInUser()->organisation_id)) @endif @if (empty(getLogInUser()->organisation_id)) @if (getPlanFeature(getCurrentSubscription()->plan)['whatsapp_store']) @endif @else @php $isWhatsappStoreAllowedInPlan = getPlanFeature(getCurrentSubscription()->plan)['whatsapp_store']; @endphp @if ($isWhatsappStoreAllowedInPlan) @endif @endif @if (empty(getLogInUser()->organisation_id)) @if (moduleExists('GoogleWallet')) @endif @endif @if (empty(getLogInUser()->organisation_id)) @if (getPlanFeature(getCurrentSubscription()->plan)['whatsapp_store']) @endif @else @if ($isWhatsappStoreAllowedInPlan) @endif @endif @if (empty(getLogInUser()->organisation_id)) @if (checkFeature('affiliation')) @endif @if (getNfcCard()->count() > 0) @endif @endif @if (getLogInUser()->hasRole(App\Models\Role::ROLE_ADMIN) && empty(getLogInUser()->organisation_id)) {{-- manage subscription fixed button --}}
  • @endif @endrole