@extends('layouts.master') @section('title', 'Academic Staff List') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title')


@foreach ($academicstaff as $key => $staff) @endforeach
No. Name (EN) Name (TH) Manage
{{ $key + 1 }} {{ $staff->academic_staff_name_en }} {{ $staff->academic_staff_name_th }}
@include('layouts.footer') @endsection