@extends('layouts.main') @section('content')
See Group's Customers
@if (count($customers) > 0) @endif
@if (count($customers) > 0) @endif @foreach ($customers as $k=>$customer) @endforeach
Id Select All Phone Number Name Email Club Account Action
{{(($page-1) * $limit) +($k+1)}} {{$customer->code}}{{$customer->number}} {{$customer->first_name}} {{$customer->last_name}} {{$customer->email}} {{$customer->user_name}}
{{ $customers->links() }}
@endsection @section('script') @endsection