@extends('layout.app') @section('content')
Modifier une Hospitalisation
{{--
    --}} {{--
  • assistant_photoAction
  • --}} {{--
  • printAnother action
  • --}} {{--
  • favoriteSomething else here
  • --}} {{--
--}}
@csrf {{ method_field('put') }}
+
@if(auth()->user()->isTraitant())
@elseif(!auth()->user()->isDoctor())
@endif
+
+
@if(auth()->user()->subGold())
@endif
+
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} @if(!$data->invoice())
+
+
@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 @if(auth()->user()->isAdmin() || auth()->user()->isSA()) @else @endif @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