@php $tableID = isset($id) ? $id : "table_".rand(100,999); @endphp

@lang("content.hours")

@php $j = 0 @endphp @foreach($data as $i => $each) @endforeach
No @lang("content.date") @lang("content.planned_hours") @lang("content.actual_hours")
{{ ++$j }} {{ $i }} {!! isset($each["pln"]) && $each["pln"] ? $each["pln"] : "-" !!} {!! isset($each["act"]) && $each["act"] ? $each["act"] : "-" !!}