@extends('layouts.app') @section('btn') Status: {{$analysis->status_signification}} @endsection @section('content')

  • Numéro du dossier
    {{$analysis->reference}}
  • Catégorie
    {{$analysis->analyseType->analyseCategory->name}}
  • Type d'analyse
    {{$analysis->analyseType->name}}
  • Date de prélevement
    {{$analysis->collected_at}}
  • Date de délivrance
    {{$analysis->delivery_date}}
  • Status
    {{$analysis->status_signification}}
  • Action
  • @if($edition == "yes") Modifier Apercu du document PDF @else Faire des motifications @endif

Résultations d'analyse

@csrf @foreach($templates as $template)
{{$template->name}}
{{$template->unit}}
%
({{seuil($template->id)}})
{{anteriority($analysis->id, $template->id)}}
@endforeach @if($edition == "yes")
@endif
@php $reflector = new ReflectionClass(\App\Enums\AnalyseProcessStatus::class); $constants = $reflector->getConstants(); @endphp @foreach($constants as $constant => $va) @endforeach {{--
--}} {{-- --}} {{-- --}} {{-- --}} @endsection @section('scripts') @include('layouts.plugins.scripts.datatable') @endsection