@extends('layouts.app') @section('title', 'Kit Service | Payroll') @section('content') @if ($errors->any())
@endif
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' }}

@csrf {{-- Pay Section --}}

Payroll Details

Période de la paie : du au
{{-- Overtime Section --}}

Overtime Details

{{-- Sick Days Section --}}

Sick Days

{{-- Submit --}}
@endsection