@extends('layouts.app') @section('title', 'Customers') @section('breadcrumb')
| # | Code | Company | Contact | Licenses | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $customer->id }} | {{ $customer->customer_code }} | {{ $customer->company_name }} | {{ $customer->contact_person }} | {{ $customer->email }} | {{ $customer->licenses_count }} licenses | {{ ucfirst($customer->status) }} | |
| No customers found. | |||||||