I am passing a variable that may be null value from controller to blade
When this variable is of a null value it causes an error in the following line where it says unexpected token,
'client_id': {{$current_client}},
Whats the correct syntax for this situation?