@if(auth()->user()->can('View All leave requests') ||
auth()->user()->can('View All leave requests of team') ||
auth()->user()->can('View All leave requests of assigned employees'))
@endif
{{-- @if(auth()->user()->can('Administration Module')) --}}
@if(auth()->user()->can('View All Attendance request') ||
auth()->user()->can('View All Attendance requests of team') ||
auth()->user()->can('View All Attendance requests of assigned employees'))