@extends('both.template') @section('title', 'SALAIRES | OPTIMIA') @section('styleSheets') @endsection @section('content')
Employé | Identifiant | Date d'entrée | Salaire Brute | Payslip | Action | |
---|---|---|---|---|---|---|
|
{{ $salary->employeeCode }} | {{ $salary->employeeEmail }} | {{ App\Utils\Utils::getDBDateFormat($salary->employeeJoinDate, true) }} | @if ($salary->employeeSalary!=0) @else Aucun @endif | Générer | {{-- after generation employee w'll receive notifications that is salary is reday and approved it after that we can take money--}}