@extends('back.layout')
@section('css')
@endsection
@section('main')
{{ $dataTable->table(['class' => 'table table-bordered table-hover table-sm'], true) }}
@endsection
@section('js')
@if(config('app.locale') == 'fr')
@endif
{{ $dataTable->scripts() }}
@endsection