@push('links') @endpush
| 姓名 | {{$user->name}} | ||
|---|---|---|---|
| 帳號 | {{$user->uid}} | @else登入來源 | {{ \Str::ucfirst($user->auth)}} | @endif
| 身份 | {{ $roles[$user->role]}} | ||
| 行動電話 | {{ $user->phone }} | ||
| 電子信箱 | {{ $user->email }} | ||
| 校內分機 | {{ $user->school_extension }} | ||
| 帳號截止日 | @if(!empty($user->activate_until_date)){{\Carbon\Carbon::parse($user->activate_until_date)->twFormat()}}@else 無 @endif |