@if($restaurant->terms_and_conditions && $policyType !== 'terms')
@lang('modules.settings.termsAndConditions')
@endif
@if($restaurant->privacy_policy && $policyType !== 'privacy')
@lang('modules.settings.privacyPolicy')
@endif
@if($restaurant->refund_policy && $policyType !== 'refund')
@lang('modules.settings.refundPolicy')
@endif