{{ Form::label('title', __('Title').(':'), ['class' => 'form-label']) }} {{ Form::text('title', isset($data['title']) ? $data['title'] : '', ['id'=>'userAgentTitle','class' => 'form-control','required' ,'placeholder' => 'Title']) }}
{{ Form::label('title', __('Positive Text').(':'), ['class' => 'form-label']) }} {{ Form::text('positive_text', isset($data['positive_text']) ? $data['positive_text'] : '', ['id'=>'userAgentTitle','class' => 'form-control','required' ,'placeholder' => 'Positive Text']) }}
{{ Form::label('title', __('Negative Text').(':'), ['class' => 'form-label']) }} {{ Form::text('negative_text', isset($data['negative_text']) ? $data['negative_text'] : '', ['id'=>'userAgentTitle','class' => 'form-control','required' ,'placeholder' => 'Negative Text']) }}
Show Image
@if($data['enable_Image'] == 1)
@endif
{{ Form::button(__('messages.common.save'), ['type' => 'submit','class' => 'btn btn-primary m-0','id' => 'exitpopup','data-loading-text' => " Processing..."]) }}