{!! Form::label('id_taux', 'Id Taux:') !!}

{{ $dettes->id_taux }}

{!! Form::label('id', 'Id:') !!}

{{ $dettes->id }}

{!! Form::label('montant_dette', 'Montant Dette:') !!}

{{ $dettes->montant_dette }}

{!! Form::label('fg_solder_dette', 'Fg Solder Dette:') !!}

{{ $dettes->fg_solder_dette }}

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

{{ $dettes->created_by }}

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

{{ $dettes->updated_by }}

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

{{ $dettes->deleted_by }}