@php $tableID = isset($id) ? $id : "table_".rand(100,999); @endphp
| 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"] : "-" !!} |