{!! Form::label('type', __('Type')) !!}

{{ $webmartTransaction->type }}

{!! Form::label('category', __('Category')) !!}

{{ $webmartTransaction->category }}

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

{{ $webmartTransaction->api_provider }}

{!! Form::label('status', __('Status')) !!}

{{ $webmartTransaction->status }}

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

{{ $webmartTransaction->parameters }}

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

{{ $webmartTransaction->note }}

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

{{ $webmartTransaction->request }}

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

{{ $webmartTransaction->response }}

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

{{ $webmartTransaction->created_by }}

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

{{ $webmartTransaction->updated_by }}

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

{{ $webmartTransaction->created_at }}

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

{{ $webmartTransaction->updated_at }}