View Tickets
@if($user->is_admin) All tickets @elseif($user->can_respond_tickets) Own open tickets only @else No access @endif
Reply to Tickets
@if($user->is_admin || $user->can_respond_tickets) Allowed @else Not allowed @endif
Close Tickets
@if($user->is_admin) Allowed @else Not allowed @endif