@extends('admin.layout.master') @section('content')
Mouvement d'effectif

{{ Form::open(['route' => 'admin.etat.valider', 'method' => 'GET','onsubmit'=>'showOverlay()' , 'id' => 'form_search']) }} {{--
{{ Form::date('dateDemande', old('dateDemande'), ['class' => 'form-control form-txt-sucess datepicker', 'id' => 'dateDemande', 'placeholder' => '< Date d\'enregistrement']) }}
--}}
{{ Form::date('dateDemande', old('dateDemande'), ['class' => 'form-control form-txt-sucess datepicker', 'id' => 'dateDemande', 'placeholder' => '< Date d\'enregistrement']) }}
{{ Form::select('idSouscripteur', $souscripteurs, old('idSouscripteur'), ['class' => 'js-select2 form-control', 'id' => 'idSouscripteur']) }}
{{ Form::select('idPolice', $polices, old('idPolice'), ['class' => 'js-select2 form-control', 'id' => 'idPolice']) }} @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('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('idCollege', $colleges, old('idCollege'), ['class' => 'form-control js-select2', 'id' => 'idCollege']) }}
{{ Form::select('codeEtatPolice', $etatpolices, old('codeEtatPolice'), ['class' => 'form-control js-select2', 'id' => 'codeEtatPolice']) }}
{{--
{{ Form::select('idCollege', $colleges, old('idCollege'), ['class' => 'form-control js-example-basic-single', 'id' => 'idCollege','style' => 'height: 40px;width:362.667px;']) }}
{{ Form::select('codeEtatPolice', $etatpolices, old('codeEtatPolice'), ['class' => 'form-control js-example-basic-single', 'id' => 'codeEtatPolice','style' => 'height: 40px;width:362.667px;']) }}
--}}
{{--
--}}
@if(isset($beneficiaires))
{{--
Bénéficiaire (s)
--}} @include('admin.etat.items', ['beneficiaire' => $beneficiaires])
@endif
{{--
--}}
@endsection