{!! Form::label('libelle_litige', 'Libelle Litige:') !!}

{{ $litiges->libelle_litige }}

{!! Form::label('observation', 'Observation:') !!}

{{ $litiges->observation }}

{!! Form::label('verdict', 'Verdict:') !!}

{{ $litiges->verdict }}

{!! Form::label('date_ouverture', 'Date Ouverture:') !!}

{{ $litiges->date_ouverture }}

{!! Form::label('date_cloture', 'Date Cloture:') !!}

{{ $litiges->date_cloture }}

{!! Form::label('created_by', 'Created By:') !!}

{{ $litiges->created_by }}

{!! Form::label('updated_by', 'Updated By:') !!}

{{ $litiges->updated_by }}

{!! Form::label('deleted_by', 'Deleted By:') !!}

{{ $litiges->deleted_by }}