{!! Form::label('id_litige', 'Id Litige:') !!} {!! Form::number('id_litige', null, ['class' => 'form-control', 'required']) !!}
{!! Form::label('id', 'Id:') !!} {!! Form::number('id', null, ['class' => 'form-control']) !!}
{!! Form::label('date_traitement', 'Date Traitement:') !!} {!! Form::text('date_traitement', null, ['class' => 'form-control','id'=>'date_traitement']) !!}
@push('page_scripts') @endpush
{!! Form::label('observation', 'Observation:') !!} {!! Form::textarea('observation', null, ['class' => 'form-control']) !!}
{!! Form::label('created_by', 'Created By:') !!} {!! Form::text('created_by', null, ['class' => 'form-control', 'maxlength' => 254, 'maxlength' => 254]) !!}
{!! Form::label('updated_by', 'Updated By:') !!} {!! Form::text('updated_by', null, ['class' => 'form-control', 'maxlength' => 254, 'maxlength' => 254]) !!}
{!! Form::label('deleted_by', 'Deleted By:') !!} {!! Form::text('deleted_by', null, ['class' => 'form-control', 'maxlength' => 254, 'maxlength' => 254]) !!}