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

{{ $newsFeed->type }}

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

{{ $newsFeed->category }}

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

{{ $newsFeed->status }}

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

{{ $newsFeed->starts_from }}

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

{{ $newsFeed->ends_on }}

{!! Form::label('title', __('Title')) !!}

{{ $newsFeed->title }}

{!! Form::label('subtitle', __('Subtitle')) !!}

{{ $newsFeed->subtitle }}

{!! Form::label('slug', __('Slug')) !!}

{{ $newsFeed->slug }}

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

{!! $newsFeed->details !!}

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

{{ $newsFeed->parameters }}

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

{{ $newsFeed->priority }}

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

{{ $newsFeed->ranking }}

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

{{ $newsFeed->country_currency_id }}

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

{{ $newsFeed->merchant }}

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

{{ $newsFeed->product_id }}

{!! Form::label('group_id', __('Group Id')) !!}

{{ $newsFeed->group_id }}

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

{{ $newsFeed->agent_id }}

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

{{ $newsFeed->user_id }}

{!! Form::label('video_url', __('Video Url')) !!}

{{ $newsFeed->video_url }}

{!! Form::label('url_source', __('Url Source')) !!}

{{ $newsFeed->url_source }}

{!! Form::label('image', __('Image')) !!}

{{ $newsFeed->image }}

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

{{ $newsFeed->note }}

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

{{ $newsFeed->created_by }}

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

{{ $newsFeed->updated_by }}

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

{{ $newsFeed->created_at }}

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

{{ $newsFeed->updated_at }}