@extends('layout.app')
@section('title')
{{ __('Employes') }}
@endsection
@push('styles')
@endpush
@section('active_employes', 'active')
@section('data_col', '2-columns')
@section('body_class', '2-columns')
@section('content')
| {{ __('ID') }} |
{{ __('Name') }} |
{{ __('Email') }} |
{{ __('Phone') }} |
{{ __('Fonction') }} |
{{ __('Organisation') }} |
{{ __('Chauffeur') }} |
{{ __('has account') }} |
{{ __('Status') }} |
|
@endsection
@section('modals')
@endsection
@push('scripts')
@include('employes.partials.datatable')
@endpush