@extends('adminlte::page')
@section('title', __('global.Employees') . ' ' . __('global.List'))
@section('content_header')
{{ __('global.Employees') . ' ' . __('global.List') }}
@endsection
@section('content')
@foreach (get_intitules_by_group([['slug', '=', 'directions']]) as $intitule)
@endforeach
@foreach (get_intitules_by_group([['slug', '=', 'fonctions']]) as $intitule)
@endforeach
@lang('global.Add New')
@lang('global.id') |
@lang('global.Name') & @lang('global.Prenom') |
@lang('global.Directories') |
@lang('global.Fonction') |
@lang('global.Contact') |
@lang('global.Action') |
@endsection
@section('adminlte_js')
@endsection