@extends('layout.app') @section('content')
@if(auth()->user()->isTraitant()) Mes @endif Téléconsultations ({{ $datas->count() }})   Démarrer une nouvelle téléconsultation
@foreach($datas as $data) @endforeach
Date Professionnel en charge Patient Email du Patient Téléphone du Patient Temperature Diagnostic Ordonnance Durée Actions
{{ $data->created_at->translatedFormat('D d M Y à H:i') }} {{ $data->user->name }} {{ $data->patient->name }} {{ $data->patient->email }} {{ $data->patient->tel }} {{ $data->temperature }} Voir Voir {{ gmdate('H:i:s', $data->duration) }} @if($data->invoice()) @endif {{-- --}} {{-- --}} {{-- --}} @if(!auth()->user()->isSecretary()) @endif
@include('invoice.partials.payment-modal') @endsection @push('scripts') @endpush