Employees Monthly Review @include('layouts.crmnov')

@forelse($employeeRoles as $role)
@php $exist=0; @endphp @forelse($employees as $emp) @if($emp['job_title'] == $role['id']) @php $exist=1; @endphp @endif @empty

No employees found

@endforelse @if($exist==0)

No employees found

@endif
@empty No employee roles found @endforelse