@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) @endforeach
學校名稱 科系 就讀時間 畢業時間
{{$one->name}} {{$one->department}} {{$one->time_start}} {{$one->time_end}}
@endif
經歷 @if(count($user_company_options) > 0) @foreach($user_company_options as $one) @endforeach
公司名稱 職稱 開始時間 結束時間
{{$one->name}} {{$one->department}} {{$one->time_start}} {{$one->time_end}}
@endif
教育訓練 @if(count($user_subject_options) > 0) @foreach($user_subject_options as $one) @endforeach
課程名稱 課程類別 上課地點 課程講師 開始時間 結束時間
{{$one->name}} {{$one->department}} {{$one->place}} {{$one->teacher}} {{$one->time_start}} {{$one->time_end}}
@endif
受訓紀錄 @if(count($user_education_options) > 0) @foreach($user_education_options as $one) @endforeach
課程名稱 課程類別 上課地點 課程講師 開始時間 結束時間
{{$one->name}} {{$one->department}} {{$one->place}} {{$one->teacher}} {{$one->time_start}} {{$one->time_end}}
@endif
證照