@extends('layouts.member-app') @section('page-title')
| @lang('app.employee') | @lang('modules.employees.timeLogged') |
|---|---|
|
|
@php $timeLog = intdiv($item->total_minutes, 60) . ' ' . __('app.hrs') . ' '; if (($item->total_minutes % 60) > 0) { $timeLog .= ($item->total_minutes % 60) . ' ' . __('app.mins'); } @endphp {{ $timeLog }} |
| @lang('messages.noRecordFound') | |