@forelse ($employees as $item)
{{ intdiv(($item->total_minutes - $item->total_break_minutes), 60) }} @lang('modules.leaves.hours') {{ ($item->total_minutes - $item->total_break_minutes) % 60 }} @lang('app.minutes') @lang('modules.timeLogs.logged')
{{ currency_format($item->earnings, company()->currency_id) }} @lang('app.earnings')
@empty
@endforelse