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