ok

Mini Shell

Direktori : /home2/selectio/www/fms-worksuite/resources/views/exports/
Upload File :
Current File : /home2/selectio/www/fms-worksuite/resources/views/exports/employee_timelogs.blade.php

<table>
    <tr>
        <th>@lang('app.date')</th>
        <th>{{ $startDate . ' ' .__('app.to') . ' ' . $endDate }}</th>
    </tr>
</table>
<table>
    <tr>
        <th>@lang('app.name')</th>
        <th align="right">@lang('modules.timeLogs.totalHours')</th>
    </tr>
    @foreach ($employees as $item)
        <tr>
            <td>{{ $item->name }}</td>
            <td>{{ intdiv($item->total_minutes, 60) }}</td>
        </tr>
    @endforeach
</table>

Zerion Mini Shell 1.0