個人簡歷編輯重設密碼

@include('student::components.basic_table')
職務歷練編輯

@if($user->jobs->count()>0) @include('student::components.job_table',['jobs'=>$user->jobs]) @else
沒有符合條件的資料
@endif
學歷編輯

@if($user->educations->count()>0) @include('student::components.education_table',['educations'=>$user->educations]) @else
沒有符合條件的資料
@endif
考試編輯

@if($user->examinations->count()>0) @include('student::components.examination_table',['examinations'=>$user->examinations]) @else
沒有符合條件的資料
@endif
其他履歷編輯

@if($user->resumes->count()>0) @include('student::components.resume_table',['resumes'=>$user->resumes]) @else
沒有符合條件的資料
@endif
個人文檔編輯

@if($user->self_files->count()>0) @include('student::components.self_file_table') @else
沒有符合條件的資料
@endif
{{-- Style --}} @push('links') @endpush @push('scripts') @endpush