Very quick question about relationships.

Hey all I'm using the table builder.
TextColumn::make('users_exists')->exists('users')

What is best practice to add a where clausule and display a check if true?

So in pseudo-code i mean something like this

Display a check if a user exists where language_id = 1 .
Was this page helpful?