@php use App\Services\AddonService\IAddonService; $addonService = app(IAddonService::class); $isStripGatewayEnabled = $addonService->isSAAddonEnabled(ModuleConstants::STRIPE_GATEWAY); @endphp @extends('layouts/layoutMaster') @section('title', __('SA Settings')) @section('page-script') @endsection @section('content')