@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
基本資料
@include('teacher::admin/teacher/components/table-cell', ['title' => '到職日', 'value' => $model->take_office]) @include('teacher::admin/teacher/components/table-cell', ['title' => '帳號失效日期/離退日期', 'value' => $model->activate_until_date_display]) @include('teacher::admin/teacher/components/table-cell', ['title' => '備註', 'value' => $model->remark])
中文姓名{{$model->name}}
身分證字號{{$model->idno}}
電子郵件{{$model->email}}
群組{{$model->groups_output()}}
部門/單位{{$model->departments_output()}}
職稱{{$model->positions_output()}}
校內分機{{$model->school_extension}}
手機號碼{{$model->phone}}
聯絡電話{{$model->telephone}}
聯絡住址{{$model->address}}
權限資料
@if($model->custom_capabilities()->count()>0) @foreach($model->custom_capabilities as $custom_capability) @endforeach
{{$custom_capabilities[$custom_capability->capability]}}
@else

尚未設定

@endif
@endsection {{-- Script --}} @push('scripts') @endpush