@extends('layouts.app') @section('btn') @endsection @section('content')
| Matricule | Nom du Patient | Analyses | Sous total | Réduction | Total | Date | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{$analyse->matricule}} | {{$analyse->patient->first_name}} {{$analyse->patient->last_name}} |
| {{formatpriceth($analyse->total, getCurrency())}} |
-{{$analyse->rate}}% {{formatpriceth($analyse->discount, getCurrency())}} |
{{formatpriceth($analyse->total, getCurrency())}} | {{$analyse->created_at->format('d-m-Y')}} {{$analyse->created_at->format('H:m')}} |
@if($analyse->status == "pending") En attente @endif | Restaurer |