/dev/null 2>&1"; return $data; } public function form(Form $form): Form { return $form ->schema([ Tabs::make('Tabs') ->tabs([ Tabs\Tab::make('General') ->icon('heroicon-m-adjustments-horizontal') ->schema([ Section::make() ->schema([ TextInput::make('site_name') ->label('Site Name') ->required(), TextInput::make('site_title') ->label('Site Title') ->required(), TextInput::make('home_title') ->label('Home Page Title') ->required(), TextInput::make('paginate_per_page') ->label('Paginate Per Page') ->numeric() ->required(), TextInput::make('base_currency') ->label('Currency Code') ->required(), TextInput::make('currency_symbol') ->label('Currency Symbol') ->required(), FileUpload::make('logo') ->maxSize(10240) ->image() ->directory('settings') ->moveFiles(), FileUpload::make('favicon') ->maxSize(10240) ->image() ->directory('settings') ->moveFiles(), TextInput::make('google_client_id') ->label('Google Client Id'), TextInput::make('google_client_secret') ->label('Google Client Secret'), TextInput::make('google_callback') ->label('Google Callback') ->suffixAction(CopyAction::make()) ->readOnly(), TextInput::make('cron_job') ->label('Cron Job Command') ->suffixAction(CopyAction::make()) ->readOnly(), TextInput::make('support_time') ->label('Support Time'), Textarea::make('header_tags') ->label('Header Tags') ->hintIcon('heroicon-m-question-mark-circle', tooltip: 'Enter Header tags, custom JavaScript, or CSS for personalized header options (use