@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section')

@lang('modules.client.addedOn')

@lang('app.client')

@lang('app.clearFilters')
@endsection @section('content')
@if ($addClientPermission == 'all' || $addClientPermission == 'added' || $addClientPermission == 'both') @lang('app.add') @lang('app.client') @endif @if ($addClientPermission == 'all' || $addClientPermission == 'added' || $addClientPermission == 'both') @lang('app.importExcel') @endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection @push('scripts') @include('sections.datatable_js') @endpush