@extends('layouts.admin') @section('content')
| Name | Mobile | Active | ||
|---|---|---|---|---|
| {{ $customer->name }} | {{ $customer->email }} | {{ $customer->phone ? '+91 ' . substr($customer->phone, -10) : '-' }} | @if($customer->is_active) Active @else Inactive @endif | |
| No customers found. | ||||