@extends('layouts.app') @section('page-title')

{{ __($pageTitle) }} {{ $totalClients }} @lang('modules.dashboard.totalClients')

@lang('modules.client.addNewClient')
@endsection @push('head-script') @endpush @section('filter-section')
@lang('app.selectDateRange')
 
@lang('app.client')
@lang('app.category')
@lang('modules.productCategory.subCategory')
@lang('modules.logTimeSetting.project')
@lang('modules.contracts.contractType')
@lang('modules.stripeCustomerAddress.country')
@endsection @section('content')
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
@endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush