© 2026 Hedgehog Software, LLC
Showing 1 to 10 of 37 results
->paginated()
class EnrolledSurvey extends BaseWidget { use InteractsWithPageFilters; public function table(Table $table): Table { $query = Survey::where('survey_type', 'Accepted'); return $table ->query($query) ->columns([ ]) ->headerActions([ ->actions([ ]); } }