@extends('layouts.master') @section('mainContent')

Employee Skill Matrix Details

#{{ $skillmatrix->employee_no }}

  • Employee Name
    {{ $skillmatrix->employeeData->first_name . ' ' . $skillmatrix->employeeData->last_name }}
  • Service Status
    {{ isset($skillmatrix->serviceStatus) ? $skillmatrix->serviceStatus->name : '-' }}
  • Location
    {{ $skillmatrix->location }}
  • Department
    {{ $skillmatrix->department }}
  • Designation
    {{ $skillmatrix->designation }}
  • Overall Experience
    {{ $skillmatrix->exp_years . ' ' . $skillmatrix->exp_months }}
@endsection @section('customModal') @endsection