@extends('layouts.app') @section('title', 'Kit Service | Payroll') @section('content') @if ($errors->any())
| Full Name | Department - Function | SALARY BASE | Niveau |
|---|---|---|---|
|
{{ $employees->first_name }} {{ $employees->last_name }} {{ $employees->employee_id }} |
{{ $employees->department ?? ' ' }} - {{ $employees->function ?? ' ' }} | {{ '$ ' . ($employees->salaire_mensuel_brut ?? 'N/A') }} | {{ $employees->niveau ?? 'N/A' }} |