I need to create an if with several conditions there are many examples in the forum but I do not give any to serve me.
I need the if check two conditions the first one checking if the $user_id
equals the auth()->user()->id)
if it does not match the second option that would verify if $ privacy is null in addition to point greater than 100 I hope I have explained it well.
This is what I'm trying to do but is this syntax correct? "It's just a bad example for you to understand me better"
@if( ( $user_id == auth()->user->id ) or ( $private = null and point >=100 ) )