@extends('admin.layouts.app') @section('title') Customer List | Admin @endsection @section('content')
| SL. | Name | Mobile | Refer Code | Gender | City | Address | |
|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $customer->name }} | {{ $customer->email }} | {{ $customer->phone }} | {{ $customer->refer_code }} | {{ $customer->gender }} | {{ $customer->city }} | {{ $customer->address }} |