{{ Form::label('title', __('Title').(':'), ['class' => 'form-label']) }} {{ Form::text('title', null, ['id'=>'userAgentTitle','class' => 'form-control','required' ,'placeholder' => 'Title']) }}
{{ Form::label('title', __('For Android').(':'), ['class' => 'form-label']) }}
{{ Form::label('title', __('For IOS').(':'), ['class' => 'form-label']) }}
{{ Form::button(__('messages.common.save'), ['type' => 'submit','class' => 'btn btn-primary m-0','id' => 'walkThrough','data-loading-text' => " Processing..."]) }}