@extends('layout/layout')
{{-- Style --}}
@push('links')
@endpush
{{-- Content --}}
@section('content')
{{-- Filter --}}
@include('user::admin/components/advanced', ['department_options' => $department_options])
{{-- Table --}}
學生清單
| 帳號 |
姓名 |
信箱 |
群組 |
部門/單位 |
職稱 |
|
| 查無資料 |
@endsection
{{-- Script --}}
@push('scripts')
@endpush