@extends('admin.layouts.main') @php $page_name = 'Customers'; @endphp @section('content')
| Name | Mobile | Wallet | Actions |
|---|---|---|---|
| {{ $customer->name }} | {{ $customer->mobile }} | ₹{{ $customer->wallet }} |
{{-- Microsite Info --}}
@if ($customer->microsite)
Microsite: {{ $customer->microsite->company_name }}
@endif
{{-- Action Links --}}
{{-- Activation Toggle Button --}}
|
| No customers found. | |||