@extends('layouts.layout-horizontal') @section('title', 'Customers') @section('css') @endsection @section('content')
| Name | Mobile | GST Number | Address | State | Pincode | Party | |
|---|---|---|---|---|---|---|---|
| {{ $c->name }} {!! $c->is_sez ? 'SEZ' : '' !!} | {{ $c->mobile }} | {{ $c->gst_number }} | {{ $c->billing_address }} | {{ $c->state }} | {{ $c->pincode }} | {{ $c->party_type }} | |
| @include('partials._empty-state', [ 'icon' => 'ph-users', 'title' => 'No customers yet', 'subtitle' => 'Add your first customer to get started.', 'action' => route('customers.create'), 'actionLabel' => 'Add Customer', ]) | |||||||