@extends('garage.layouts.app') @section('title', 'Employee Responsibilities') @section('content') @include('garage.hr.styles')
| Employee | Department | Designation | Responsibilities (services) | Actions |
|---|---|---|---|---|
|
{{ $r->name }}
{{ $r->code ?: 'No code' }}
|
{{ $r->department_name ?: '—' }} | {{ $r->designation_name ?: '—' }} |
{{ (int) $r->service_count }}
@if(!empty($r->service_names))
{{ \Illuminate\Support\Str::limit($r->service_names, 120) }}
@endif
|
|
| No employees found. | ||||