© 2026 Hedgehog Software, LLC
<?php if(Auth::check()) { // do something.. }
@if(Auth::check()) <span>something here</span> @endif
<?php if(Auth::user()->root_admin == 1) { // do something.. }
@if(Auth::user()->root_admin == 1) <span>something here</span> @endif
Auth::check()