@if ( $clients['count'] == 0 )

You do not have any clients

@else
@foreach ($clients['data'] as $client) @endforeach
Client Name Status Secret
{{ $client['client_name'] }} {{ $client['client_hash'] }} @if ( $client['is_active'] ) Active @else In-Active @endif Users {{-- Devices --}} {{-- Locations --}}
@endif