@extends('layouts.app')
@push('datatable-styles')
@include('sections.datatable_css')
@endpush
@section('filter-section')
@if (in_array('clients', user_modules()))
@lang('app.client')
@endif
@lang('app.project')
@lang('app.clearFilters')
@endsection
@section('content')
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection
@push('scripts')
@include('sections.datatable_js')
@endpush