@extends('layouts.app') @section('btn') @can('create', \App\Models\Analysis::class) Enregistrer une analyse @endcan @endsection @section('content')
| N° Dossier | Nom du Patient | Paramètres | Sous total | Réduction | Total | Date | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{$analyse->matricule}} | {{optional($analyse->patient)->first_name}} {{optional($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')}} |
{{$analyse->process_status}} | @can('view', $analyse) Détails @endcan |