@php $preserve = request()->only(['client', 'view', 'from', 'to', 'txn', 'q', 'company_name', 'contact_name', 'email', 'phone', 'city', 'dir']); $currentDir = $sortDir ?? 'asc'; $currentSort = $sortBy ?? 'name'; @endphp