@extends('layouts.master') @section('title', 'Workload Arrangement Table for Mission Oriented') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.title') Home Employee Contract Employment Track Mission Based Type @yield('title') @yield('title') No. Workload Arrangement Unit @foreach ($WAMissions as $index => $w) {{ $index + 1 }} {{-- แสดงเสมอ --}} {{ $w->WAMission_title }} {{-- Unit --}} {{ $w->unit_name ?? '-' }} {{-- dynamic mission_type columns --}} @endforeach @include('layouts.footer') @endsection