*/ public function rules(): array { return [ 'platform' => ['nullable', 'string'], 'search' => ['nullable', 'string', 'max:120'], 'date' => ['nullable', 'date_format:Y-m-d'], ]; } }