@forelse ($employees as $item)
{{ ucwords($item->name) }}
{{ $item->designation_name }}
{{ intdiv($item->total_minutes, 60) }} @lang('modules.projects.hoursLogged')
{{ $global->currency->currency_symbol.floatval($item->earnings) }} @lang('app.earnings')
@empty
@lang('messages.noRecordFound')
@endforelse