Filter Resource List

I have an activity log and I want to create a notification log so I would need to add a scope to the intial query that will add
->where('log_name','notifications')

then this data will be fed into the table builder, how do I go about doing that?
Was this page helpful?