@extends('layouts.app') @section('title', 'HR Dashboard') @section('content')
Total Workforce
Present Workforce
Absent Workforce
| Employee | Occupation | Type | Vehicle | MOT | Insurance | Holiday Left | Status |
|---|---|---|---|---|---|---|---|
| @php $skills = \App\Http\Controllers\PlanningController::getUserSkills($user->id) @endphp | {{ implode(', ', $skills) }} | @if($user->third_party==0) Full-Time @else Contract @endif | Yes | 15 Aug, 24 | 24 Aug, 24 | 12 Days | Present |