@extends('layouts.app') @section('title', __('Clients')) @section('page-title', __('Clients')) @section('page-subtitle', __('Company files for every business you analyse.')) @php $f = $filters ?? []; $hasFilters = collect($f)->reject(fn ($v) => $v === '' || $v === null)->isNotEmpty(); @endphp @section('content')