Clients Data

@if(count($clients)) @php $i = 0; @endphp @foreach($clients as $val) @php $i++; @endphp @endforeach @else @endif
# Name Address Phone Number Contact Person Email City Status
{{ $i }} {{ $val['Name'] }} {{ $val['Address'] }} {{ $val['PhoneNumber'] }} {{ $val['ContactPerson'] }} {{ $val['Email'] }} {{ $val['City'] }} @if( $val['Status'] )
InActive
@else
Active
@endif
No Clients Found