@php $clients = \App\Models\Client::where('is_active', 1) ->orderBy('sort') ->get(); @endphp