@extends('layouts.app') @section('title', 'Customers') @section('content')
| Name | Company Name | Type | Phone | Currency | Actions | |
|---|---|---|---|---|---|---|
| {{ $customer->display_name ?: $customer->name }} | {{ $customer->company_name ?: '---' }} | {{ $customer->customer_type }} | {{ $customer->email }} | {{ $customer->phone ?: '---' }} | {{ $customer->currency }} | |
|
No customers found. Add your first customer.
|
||||||