@section('title', $type)
@section('heading', $type)
@section('top-menu-items')
|
| --}}
First Name | Last Name | Phone | Organization | @can('write_customers')Actions | @endcan|
|---|---|---|---|---|---|---|
|
| --}}
{{ $customer->first_name }} | {{ $customer->last_name }} | {{ $customer->email }} | {{ $customer->phone }} | {{ $customer->partner?->organization_name ?? 'N/A' }} | @can('write_customers')Actions | @endcan