@extends('both.template') @section('title', 'PERMISSIONS | OPTIMIA') @section('styleSheets') @endsection @section('content')
Employé | Type | Du | Au | Jours | Raison | Status | Actions |
---|---|---|---|---|---|---|---|
|
{{ $leave->leaveTypeName }} | {{ App\Utils\Utils::getDBDateFormat($leave->leaveBoardFrom, true) }} | {{ App\Utils\Utils::getDBDateFormat($leave->leaveBoardTo, true) }} | 1 jour | {{ Str::limit($leave->leaveBoardReason, 30) }} |
{{ $leave->leaveStateName }}
@php
$colors = [
1 => 'info',
2 => 'success',
3 => 'danger'
];
@endphp
|