@extends('back.layout.app') @section('title', config('app.name') . ' - Clients') @php $breadcrumb = 'crm.clients'; @endphp @section('content')
| Nom | Commercial | Secteur | Thème | Nb opérations | |
|---|---|---|---|---|---|
| {{ $customer->name }} | {{ $customer->user?->firstname }} | @if ($customer->activity) {{ $customer->activity->name }} @else — @endif | @if ($customer->theme) {{ $customer->theme->name }} @else — @endif | {{ $customer->operations_count ?? 0 }} |
@can('edit-clients')
Modifier
Supprimer
|