| No. | Workload Arrangement | Unit | @foreach ($adposition_types as $item){{ $item->adposition_type_name }} | @endforeach
|---|---|---|---|
| {{ $index + 1 }} | {{-- แสดงเสมอ --}}{{ $w->Wadposition_title }} | {{ $w->unit_name ?? '-' }} | {{-- dynamic adposition_type columns --}} @foreach ($adposition_types as $item) @php $value = $wpositions ->where('wposition_name', $w->Wadposition_id) ->where('wposition_type_id', $item->adposition_type_id) ->first(); @endphp{{ $value->wposition_value ?? '-' }} | @endforeach