@php $label = $label ?? ""; $id = $id ?? "module_settings_drawer_js_toggle"; $iconClass = $iconClass ?? "fonticon-equalizer fs-4"; $service = ($service ?? "Common")."Service"; $action = ($action ?? "getDrawer")."_ViewForm"; $event = $event ?? "drawerFormLoaded"; $class = $class ?? "settings-drawer-button-js"; @endphp