@switch($activeSetting) @case('planDetails') @include('billing.billing-details.plan-details') @break @case('purchaseHistory') @include('billing.billing-details.purchase-history') @break @case('offlineRequest') @include('billing.billing-details.offline-requests') @break @default @endswitch