@forelse ($employees as $item)
{{ intdiv(($item->total_minutes - $item->total_break_minutes), 60) }}
@lang('modules.projects.hoursLogged')
{{ currency_format($item->earnings, company()->currency_id) }}
@lang('app.earnings')
@empty
@endforelse