@extends('layouts.app') @section('title', 'Customers') @section('content')
| ID | Customer Name | Mobile | City | GST Number | Action |
|---|---|---|---|---|---|
| #{{ $customer->id }} | {{ $customer->customer_name }} | {{ $customer->mobile }} | {{ $customer->city ?? '-' }} | {{ $customer->gst_number ?? '-' }} |