@if ($users->count() > 0) @foreach ($users as $key => $user) @endforeach @endif
Business User
S. No. Name Total Branch Count Address Total Staff Status Created At
{{ $loop->iteration }} {{ ucfirst($user->name) }} {{ $user->branches_count ? $user->branches_count : 0 }} {{ $user->business_location }} {{ $user->staff_users_count }} {{ ucfirst($user->status) }} {{ $user->created_at ? Modules\Admin\Helpers\GeneralHelper::dateFormat($user->created_at) : '-' }}