@if(Auth::user()->id(1))

PHP
use Auth;
$user_id = Auth::user()->id;
$userId = Auth::id();
Source

Also in PHP: