how to check the page where the user is in laravel code example
Example 1: get user auth in laravel
Auth::user();
Example 2: laravel auth namespace
use Illuminate\Support\Facades\Auth;
Auth::user();
use Illuminate\Support\Facades\Auth;