@php use App\Service\UserUtility; $isGuestUser = UserUtility::isGuestUser(); $gnrModule = \DB::table('gnr_module')->Where('id', 5)->select('status')->first(); @endphp
@if ($role != 2)

Operations

@if($gnrModule->status == 0)

Employees

@else

Employees

@endif
@endif