{{ $employee->first_name }} - Earnings and Deductions
@if ($employee->earningsAndDeductions()->count() > 0)-
@foreach ($employee->earningsAndDeductions() as $item)
@include('pam-emps.tree_item', ['item' => $item])
@endforeach
No earnings or deductions found for this employee.
@endif