@extends('admin.layout.master') @section('content')
Réseau de Soins


{{ Form::open(['route' => 'admin.reseau.indexAll', 'method' => 'GET' , "onsubmit" => "showOverlay()",'id' => 'form_statistique']) }}
{{ Form::text('recherche', old('recherche'), ['class' => 'form-control tagsinput', 'placeholder' => 'Rechercher un prestataire...', 'id' => 'recherche']) }}
{{ Form::select('idPolice', $polices, old('idPolice'), ['class' => 'form-control js-select2', 'id' => 'idPolice']) }} @if (($errors->has('idPolice')))
{{ $errors->first('idPolice') }}
@endif
{{ Form::select('idSouscripteur', $souscripteurs, old('idSouscripteur'), ['class' => 'form-control js-select2', 'id' => 'idSouscripteur']) }}
{{ Form::select('idCollege', $colleges, old('idCollege'), ['class' => 'form-control js-select2', 'id' => 'idCollege']) }}
{{ Form::select('codeLocalite', $localites, old('codeLocalite'), ['class' => 'form-control js-select2', 'id' => 'codeLocalite']) }}
{{ Form::select('codeTypePrestataire', $typePrestataires, old('codeTypePrestataire'), ['class' => 'form-control js-select2', 'id' => 'codeTypePrestataire']) }}
{{--
{{ Form::text('recherche', old('recherche'), ['class' => 'form-control form-control-primary tagsinput', 'placeholder' => 'Rechercher un prestataire...', 'id' => 'recherche', 'style' => 'height: 40px;width:362.667px;']) }}
{{ Form::select('idPolice', $polices, old('idPolice'), ['class' => 'form-control js-example-basic-single', 'id' => 'idPolice','style' => 'height: 40px;width:362.667px;']) }} @if (($errors->has('idPolice')))
{{ $errors->first('idPolice') }}
@endif
{{ Form::select('idSouscripteur', $souscripteurs, old('idSouscripteur'), ['class' => 'form-control js-example-basic-single', 'id' => 'idSouscripteur','style' => 'height: 40px;width:362.667px;']) }}
{{ Form::select('idCollege', $colleges, old('idCollege'), ['class' => 'form-control js-example-basic-single', 'id' => 'idCollege','style' => 'height: 40px;width:362.667px;']) }}
{{ Form::select('codeLocalite', $localites, old('codeLocalite'), ['class' => 'form-control js-example-basic-single', 'id' => 'codeLocalite','style' => 'height: 40px;width:362.667px;']) }}
{{ Form::select('codeTypePrestataire', $typePrestataires, old('codeTypePrestataire'), ['class' => 'form-control js-example-basic-single', 'id' => 'codeTypePrestataire','style' => 'height: 40px;width:362.667px;']) }}
--}}
{{-- {{ dd($reseaux)}} --}} @if(isset($reseaux))
Prestation(s) trouvée(s)

{{--
Prestation(s) trouvée(s)

--}}
{{-- --}} {{--
LOCALITE POLICE COLLEGE TYPE PRSTATAIARE PRESTATAIRE ADRESSE GEOGRAPHIQUE TELEPHONE FIXE TELEPHONE PORTABLEBASE TM REMBOURSE
--}} @foreach ( $reseaux as $reseau ) {{-- --}} @endforeach {{--
{{ substr($reseau->localite, 0, 35) }} {{ substr($reseau->Police, 0, 40) }} {{ substr($reseau->libelleCollege, 0, 35) }} {{ substr($reseau->typeprestataire, 0, 35) }} {{ substr($reseau->Prestataire, 0, 35) }} {{ substr($reseau->situation, 0, 35) }} {{ substr($reseau->TelephoneFixe, 0, 35) }} {{ substr($reseau->telephonePortable, 0, 35) }}
{{$reseaux->CodeActe}}
{{(100 - $reseaux->tm )}} {{ number_format($reseaux->fraisReel, 0, '', ' ') }} {{ number_format($reseaux->montantTm, 0, '', ' ') }} {{ number_format($reseaux->montantArembourser, 0, '', ' ') }}
--}}

@if (($reseaux->count() != 0))
{{ count($reseaux)." Prestataire(s)" }}


@else

@endif {{-- @if (($reseaux->count() != 0))
{{ count($reseaux)." Prestation(s)" }}
{!! $reseaux->appends(Request::except(array('page')))->links() !!}


@else
Aucun élément trouvé.


@endif --}}
@endif
@endsection