@extends('layouts.master') @section('title', 'Solde_Congé') @section('parentPageTitle', '') @section('page-style') @stop @section('content')
Tous les Soldes Congés
@if(Auth()->user()->roles()->whereIn('role_id', [1,45,46,47])->exists())
@endif
TOUS LES EMPLOYES
{{ $stats['total_users']}}
Voir
EMPLOYES AVEC SOLDES - ANNEE:{{ $stats['current_year']}}
{{ $stats['users_with_balance']}}
EMPLOYES NON ELIGIBLES
{{ $stats['employes_Non_eligible']}}
Voir
@if (session()->has('success'))
{{ session()->get('success') }}
@elseif (session()->has('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())
@endif
@php $index=1; @endphp @foreach($soldes as $i) @endforeach
No Matri Nom et prénom d'employé Direction Année d'exercice Total solde Jours consommés Jours restants Action
{{$index++}} {{$i->matricule}} {{$i->name}} {{$i->pseudo_dir}} {{$i->annee_exercice}} {{$i->total_jours}} {{$i->used_days}} {{$i->jours_rest}} @if(Auth()->user()->roles()->whereIn('role_id', [1])->exists()) @endif Modifier
@stop @section('page-script') @stop