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

{{ $easyVoucherTransaction->type }}

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

{{ $easyVoucherTransaction->category }}

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

{{ $easyVoucherTransaction->api_provider }}

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

{{ $easyVoucherTransaction->status }}

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

{{ $easyVoucherTransaction->parameters }}

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

{{ $easyVoucherTransaction->note }}

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

{{ $easyVoucherTransaction->request }}

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

{{ $easyVoucherTransaction->response }}

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

{{ $easyVoucherTransaction->created_by }}

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

{{ $easyVoucherTransaction->updated_by }}

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

{{ $easyVoucherTransaction->created_at }}

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

{{ $easyVoucherTransaction->updated_at }}