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

{{ $priorityAPI->type }}

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

{{ $priorityAPI->status }}

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

{{ $priorityAPI->starts_from }}

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

{{ $priorityAPI->ends_on }}

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

{{ $priorityAPI->api_name }}

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

{{ $priorityAPI->details }}

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

{{ $priorityAPI->parameters }}

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

{{ $priorityAPI->priority }}

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

{{ $priorityAPI->ranking }}

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

{{ $priorityAPI->country_currency_id }}

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

{{ $priorityAPI->operator_id }}

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

{{ $priorityAPI->product_id }}

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

{{ $priorityAPI->user_id }}

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

{{ $priorityAPI->note }}

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

{{ $priorityAPI->created_by }}

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

{{ $priorityAPI->updated_by }}

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

{{ $priorityAPI->created_at }}

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

{{ $priorityAPI->updated_at }}