@extends('layouts.main') @section('content')

{{$group->name}}

See All Group
@if (count($customers) > 0) @endif @if (count($customers) > 0) @endif @foreach ($customers as $k=>$customer) @endforeach
Id Select AllPhone Number Gender Name Email Club Account Whatsapp Action
{{(($page-1) * $limit) +($k+1)}} {{$customer->code}}{{$customer->number}} {{$customer->gender}} {{$customer->first_name}} {{$customer->last_name}} {{$customer->email}} {{$customer->user_name}} @if($customer->wp==1) yes @else no @endif
{{ $customers->links() }}
@endsection @section('script') @endsection