@extends('layout.app') @section('content')
@if(auth()->user()->isTraitant()) Mes @endif Consultations ({{ $datas->count() }})   Ajouter
@foreach($datas as $data) @endforeach
Date Professionnel en charge Patient Temperature Tension Diagnostic Ordonnance Actions
{{ $data->datetime->translatedFormat('D d M Y à H:i') }} {{ $data->user->name }} {{ $data->patient->name }} {{ $data->temperature ? $data->temperature . ' C' : '—' }} {{ $data->tension ? $data->tension . ' mmHg' : '—' }} @if($data->description) Voir @else — @endif @if($data->prescription) invoice()) data-download-link="{{ route('invoices.download', [$data->invoice()->custom_id, 'prescription']) }}" @endif>Voir @else — @endif @if($data->invoice()) @endif
@include('invoice.partials.payment-modal') @endsection @push('scripts') @endpush