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

{!! $bondInvoice->id !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $bondInvoice->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $bondInvoice->updated_at !!}