Curly brackets {{}} is deleting my null value laravel

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}},

enter image description here

Whats the correct syntax for this situation?