@forelse ($employees as $item) @if(!empty($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')
@endif @empty
@lang('messages.noRecordFound')
@endforelse