@extends('layouts.app') @section('title', 'Kit Service | Grille Salariale') @section('content')
| ID | Department | Fonction | Niveau | Échelon | {{--Salaire | --}}
|---|---|---|---|---|---|
| {{ $grid->id }} | {{ $grid->department->name }} | {{ $grid->fonction->name }} | {{ $grid->niveau->name }} | {{ $grid->echelon->name }} | {{ number_format($grid->base_salary, 2, ',', ' ') }} $ |