@extends('layout.app') @section('title') {{ __('Fonctions') }} @endsection @push('styles') @endpush @section('active_fonctions', 'active') @section('data_col', '2-columns') @section('body_class', '2-columns') @section('content')
{{ __('ID') }} {{ __('Name') }} {{ __('Description') }} {{ __('Est Chauffeur') }} {{ __('Date création') }}
@endsection @section('modals') @endsection @push('scripts') @include('fonctions.partials.datatable') @endpush