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


@foreach ($supportingacademic as $key => $sup) @endforeach
No. Name (EN) Name (TH) Manage
{{ $key + 1 }} {{ $sup->supporting_academic_name_en }} {{ $sup->supporting_academic_name_th }}
@include('layouts.footer') @endsection