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

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

@if(hasAccessOf('clients')['is_write']) @lang('modules.client.addNewClient') @endif
@endsection @push('head-script') @endpush @section('filter-section')
@lang('app.selectDateRange')
@lang('app.to')
@lang('app.status')
@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