declaring guard data in php laravel code example
Example: laravel check auth
use Illuminate\Support\Facades\Auth;
if (Auth::check()) {
// The user is logged in...
}
use Illuminate\Support\Facades\Auth;
if (Auth::check()) {
// The user is logged in...
}