@extends('layouts.app') @section('content')
| Id | Nom paramètre | Date délibération | Statut | Creation | Actions |
|---|---|---|---|---|---|
| {{ $workspacePatientAnalyse->id ?? '-' }} | {{ $workspacePatientAnalyse->patientAnalyse->analyseType->name ?? '-' }} | {{ optional($workspacePatientAnalyse->patientAnalyse->delivery_date)->format('d/m/Y') ?? '-' }} | {{ $workspacePatientAnalyse->status === 'pending' ? 'En attente' : 'Terminé' }} | {{ optional($workspacePatientAnalyse->patientAnalyse->created_at)->format('d/m/Y') ?? '-' }} | @if($workspacePatientAnalyse->status === 'pending') @can('update', $workspace) Terminer @endcan @endif |
| Aucun resultats | |||||