@extends('AdminLte.template')
@section('title')
Employee Qualifications
@endsection
@section('ExternalCss')
@parent
@endsection
@section('Content')
Work Experience
Company | Job Title | From | To | Action |
---|---|---|---|---|
{{ $ework->company }} | {{ $ework->job_title }} | {{ $ework->from_date }} | {{ $ework->to_date }} |
Education
Level | Year Of Passing | University | Score | Action |
---|---|---|---|---|
{{ $edu->education_level }} | {{ $edu->year_of_passing }} | {{ $edu->university }} | {{ $edu->score }} |
Skill
Skill | Total Year of experience | Action |
---|---|---|
{{ $skill->skill_name }} | {{ $skill->total_months }} |
Lanugages
Language | Fluency | Competency | Comments | Action |
---|---|---|---|---|
{{ $elang->language }} | {{ $elang->fluency }} | {{ $elang->competency }} | {{ $elang->comments }} |