@extends('layout.app') @section('content')
Modifier une Hospitalisation
{{--
    --}} {{--
  • assistant_photoAction
  • --}} {{--
  • printAnother action
  • --}} {{--
  • favoriteSomething else here
  • --}} {{--
--}}
@csrf {{ method_field('put') }}
+
@if(!auth()->user()->isDoctor())
@endif
+
+
@if(auth()->user()->subGold())
@endif
+
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} @if(!$data->invoice()) @if($data->interventionanalyses->count() > 0) @foreach($data->interventionanalyses as $ia)
@if(!$loop->first) - @endif +
@endforeach @else
+
@endif
@if($data->interventioncares->count() > 0) @foreach($data->interventioncares as $ic)
@if(!$loop->first) - @endif +
@endforeach @else
+
@endif
@if($data->sale) @foreach($data->sale->commands as $command)
@if(!$loop->first) -@endif + {{-- @if($loop->first) + @endif--}}
@endforeach @else
+
@endif
@endif
@if($data->invoice()) @else @endif Annuler
@if(auth()->user()->subGold()) @endif @if(auth()->user()->subStandard()) @endif
* Champs obligatoires
Infos supplémentaires
Ajouter des éléments dans la liste
Transcrire audio en texte
Générer grâce à Docteur IA
@endsection @push('scripts') @endpush