@can('view-financial-reports')
Export CSV
@endcan
@can('manage-clients')
New client
@endcan
@include('clients._table', ['clients' => $clients, 'search' => $search])
@if (! file_exists(public_path('build/manifest.json')))
@include('components.documents.list-script')
@endif