MEDICAMENTS SOUMIS A ENTENTE PREALABLE / SUBSTITUTION
@if (($errors->has('dateDebut')))
{{ $errors->first('dateDebut') }}
@endif
@if (($errors->has('dateFin')))
{{ $errors->first('dateFin') }}
@endif
{{--
Demande(s)
| N° | Date | Médicaments | {{-- @foreach ( $ententeprealablesPhas as $ententeprealable ) @isset($ententeprealable->quantite) --}}Qté | {{-- @endisset @isset($ententeprealable->prix)Prix | Gap | @endisset @endforeach --}}Prestataire | Bénéficiaires | Répondue le | Répondue par | Situation | Réponse | {{--Facture | --}}
|---|
| {{ $ententeprealable->numeroEntentePrealable }} | @endisset @isset($ententeprealable->numeroDemandeSubstitution){{ $ententeprealable->numeroDemandeSubstitution }} | @endisset{{ \Carbon\Carbon::parse ($ententeprealable->dateSysteme)->format('d/m/Y- H:i')}} | @isset($ententeprealable->libelleMedicament) {{ $ententeprealable->libelleMedicament }} @endisset @isset($ententeprealable->libelleSubstitut) {{ $ententeprealable->libelleSubstitut }} @endisset | @isset($ententeprealable->quantite){{ $ententeprealable->quantite }} | @endisset {{-- @isset($ententeprealable->prix){{ $ententeprealable->prix }} | {{ $ententeprealable->gap }} | @endisset --}}{{ $ententeprealable->prestataire }} | {{ $ententeprealable->numeroBeneficiaire .' / '. $ententeprealable->beneficiaire }} |
{{$ententeprealable->dateReponse}}
|
{{$ententeprealable->responsableAccord}}
|
{{$ententeprealable->reponsentEnteprealable}}
|
@if ($etat->codeReponseEntentePrealable == 2) {{-- ajouter les boutoon accepter --}}
{{-- @isset($ententeprealable->numeroEntentePrealable) --}} @if ( $ententeprealable->facture == 1) @else Accepter Refuser @endif {{-- @endisset --}} {{-- @isset($ententeprealable->numeroDemandeSubstitution) Accepter Refuser @endisset --}} | @elseif($etat->codeReponseEntentePrealable == 9)
{{$ententeprealable->motifRefusAssure}}
|
@else
{{$ententeprealable->motifReel}}
|
@endif
{{--
{{$ententeprealable->facture}}
| --}}
@if (($ententeprealablesPhas->count() != 0))
{{ count($ententeprealablesPhas)." Prestation(s)" }}
@else
@endif