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

{{ $forcePrice->type }}

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

{{ $forcePrice->status }}

{!! Form::label('starts_from', __('Starts From')) !!}

{{ $forcePrice->starts_from }}

{!! Form::label('ends_on', __('Ends On')) !!}

{{ $forcePrice->ends_on }}

{!! Form::label('api_name', __('Api Name')) !!}

{{ $forcePrice->api_name }}

{!! Form::label('details', __('Details')) !!}

{{ $forcePrice->details }}

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

{{ $forcePrice->parameters }}

{!! Form::label('priority', __('Priority')) !!}

{{ $forcePrice->priority }}

{!! Form::label('ranking', __('Ranking')) !!}

{{ $forcePrice->ranking }}

{!! Form::label('country_currency_id', __('Country Currency Id')) !!}

{{ $forcePrice->country_currency_id }}

{!! Form::label('operator_id', __('Operator Id')) !!}

{{ $forcePrice->operator_id }}

{!! Form::label('product_id', __('Product Id')) !!}

{{ $forcePrice->product_id }}

{!! Form::label('user_id', __('User Id')) !!}

{{ $forcePrice->user_id }}

{!! Form::label('merchant_id', __('Merchant Id')) !!}

{{ $forcePrice->merchant_id }}

{!! Form::label('agent_id', __('Agent Id')) !!}

{{ $forcePrice->agent_id }}

{!! Form::label('price', __('Price')) !!}

{{ $forcePrice->price }}

{!! Form::label('percentage', __('Percentage')) !!}

{{ $forcePrice->percentage }}

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

{{ $forcePrice->note }}

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

{{ $forcePrice->created_by }}

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

{{ $forcePrice->updated_by }}

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

{{ $forcePrice->created_at }}

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

{{ $forcePrice->updated_at }}