{!! Form::label('vivape_id', __('Vivape Id')) !!}

{{ $cSQTransaction->vivape_id }}

{!! Form::label('sku', __('Sku')) !!}

{{ $cSQTransaction->sku }}

{!! Form::label('rc', __('Rc')) !!}

{{ $cSQTransaction->rc }}

{!! Form::label('items', __('Items')) !!}

{{ $cSQTransaction->items }}

{!! Form::label('finalstatus', __('Finalstatus')) !!}

{{ $cSQTransaction->finalstatus }}

{!! Form::label('resultcode', __('Resultcode')) !!}

{{ $cSQTransaction->resultcode }}

{!! Form::label('resultmessage', __('Resultmessage')) !!}

{{ $cSQTransaction->resultmessage }}

{!! Form::label('supplierreference', __('Supplierreference')) !!}

{{ $cSQTransaction->supplierreference }}

{!! Form::label('suppliertoken', __('Suppliertoken')) !!}

{{ $cSQTransaction->suppliertoken }}

{!! Form::label('api_provider', __('Api Provider')) !!}

{{ $cSQTransaction->api_provider }}

{!! Form::label('parameters', __('Parameters')) !!}

{{ $cSQTransaction->parameters }}

{!! Form::label('note', __('Note')) !!}

{{ $cSQTransaction->note }}

{!! Form::label('request', __('Request')) !!}

{{ $cSQTransaction->request }}

{!! Form::label('response', __('Response')) !!}

{{ $cSQTransaction->response }}

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

{{ $cSQTransaction->created_by }}

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

{{ $cSQTransaction->updated_by }}

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

{{ $cSQTransaction->created_at }}

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

{{ $cSQTransaction->updated_at }}