{{--
--}} {{--
--}}
  • {{ $project->ref }}Identifiant
  • {{ $project->category->name }}Dossier
  • {{ $project->status->name }}Statut
{{--
Fiche client
--}}
@livewire('notes.notes-viewer', [ 'modelClass' => $project->getMorphClass(), 'modelId' => $project->id, 'showAddLink' => false, 'limit' => 5 ])
@livewire('activity.activity-table', [ 'title' => '', 'limit' => 10, 'showPagination' => false, 'restrict' => ['subject_id' => $project->id, 'subject_type' => $project->getMorphClass()], 'loader' => false, 'deferLoad' => true ])