@extends('layouts.master') @section('title', 'Workload Arrangement Title (Teaching Oriented)') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.title')
@yield('title')


@foreach($WATeaching as $key=>$item) @endforeach
No. Workload Arrangement Title Unit Status Manage
{{$item->WATeaching_no}} {{$item->WATeaching_title}} {{findUnitNameById($item->WATeaching_unit)}} {{$item->WATeaching_status}}
@include('layouts.footer') @endsection