@inject('CommunityPresenter' , 'NSST\Presenters\CommunityPresenter')
{{ $CommunityPresenter->comName() }} 管理人員 {{$user->name}} 個人資料
姓名 |
|
部門 |
@if($user->department == 0)
|
@else
|
@endif
職稱 |
|
生日 |
|
電話 |
|
手機 |
|
地址 |
|
員工編號 |
|
職掌 |
|
學歷 |
@if(count($user_school_options) > 0)
學校名稱 |
科系 |
就讀時間 |
畢業時間 |
@foreach($user_school_options as $one)
{{$one->name}} |
{{$one->department}} |
{{$one->time_start}} |
{{$one->time_end}} |
@endforeach
@endif
|
經歷 |
@if(count($user_company_options) > 0)
公司名稱 |
職稱 |
開始時間 |
結束時間 |
@foreach($user_company_options as $one)
{{$one->name}} |
{{$one->department}} |
{{$one->time_start}} |
{{$one->time_end}} |
@endforeach
@endif
|
教育訓練 |
@if(count($user_subject_options) > 0)
課程名稱 |
課程類別 |
上課地點 |
課程講師 |
開始時間 |
結束時間 |
@foreach($user_subject_options as $one)
{{$one->name}} |
{{$one->department}} |
{{$one->place}} |
{{$one->teacher}} |
{{$one->time_start}} |
{{$one->time_end}} |
@endforeach
@endif
|
受訓紀錄 |
@if(count($user_education_options) > 0)
課程名稱 |
課程類別 |
上課地點 |
課程講師 |
開始時間 |
結束時間 |
@foreach($user_education_options as $one)
{{$one->name}} |
{{$one->department}} |
{{$one->place}} |
{{$one->teacher}} |
{{$one->time_start}} |
{{$one->time_end}} |
@endforeach
@endif
|
證照 |
|
|
|
|
|
|
|
|
|
|
|