| Durée | Lieu | Patient | Professionnel | Diagnostic | Fichiers | Type | Maladie | Etat | Total | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
|
@if($data->datetimeto)
{{ $data->datetimefrom->translatedFormat('d M Y H:i') }}
au {{ $data->datetimeto->translatedFormat('d M Y H:i') }} @else {{ $data->datetimefrom->translatedFormat('d M Y H:i') }} @endif |
{{ $data->patient->place() }} | {{ $data->patient->name }} | {{ $data->user->name }} | @if($data->description) Voir @else — @endif | @if($data->files) Voir @else — @endif | {{ $data->typeintervention->name }} | {{ $data->trouble->name }} |
{{ $data->status->name }}
@php
$etatExtras = [];
if (!is_null($data->temperature) && $data->temperature !== '')
$etatExtras[] = trim($data->temperature) . ' C';
if (!is_null($data->tension) && $data->tension !== '')
$etatExtras[] = trim($data->tension) . ' mmHg';
@endphp
@if(count($etatExtras))
({{ implode(', ', $etatExtras) }}) @endif |
@if($data->invoice())
{{ number_format($data->invoice()->total, 0, '', ' ') }}
{!! htmlentities(auth()->user()->company->currency_symbol, ENT_NOQUOTES, 'UTF-8') !!}
remise -{{ $data->invoice()->discount }} {!! htmlentities(auth()->user()->company->currency_symbol, ENT_NOQUOTES, 'UTF-8') !!} @endif |
@if($data->invoice()) @endif |