/home/u503560585/public_html/resources/views/dashboard/webmaster/sections/fields/edit.blade.php
@if (Session::get('fieldST') == "edit")
<div>
{{Form::open(['route'=>['webmasterFieldsUpdate',$WebmasterSections->id,Session::get('WebmasterSectionField')->id],'method'=>'POST'])}}
@foreach(Helper::languagesList() as $ActiveLanguage)
@if($ActiveLanguage->box_status)
<div class="form-group row">
<label
class="col-sm-2 form-control-label">{!! __('backend.topicName') !!} {!! @Helper::languageName($ActiveLanguage) !!}
</label>
<div class="col-sm-10">
{!! Form::text('title_'.@$ActiveLanguage->code,Session::get('WebmasterSectionField')->{'title_'.@$ActiveLanguage->code}, array('placeholder' =>'','class' => 'form-control','required'=>'', 'dir'=>@$ActiveLanguage->direction)) !!}
</div>
</div>
@endif
@endforeach
<div class="form-group row">
<label for="type0"
class="col-sm-2 form-control-label">{!! __('backend.customFieldsType') !!}</label>
<div class="col-sm-3">
<div class="radio">
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','0',(Session::get('WebmasterSectionField')->type==0) ? true : false, array('id' => 'type0','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType0') }}
</label>
</div>
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','1',(Session::get('WebmasterSectionField')->type==1) ? true : false, array('id' => 'type1','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType1') }}
</label>
</div>
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','2',(Session::get('WebmasterSectionField')->type==2) ? true : false, array('id' => 'type2','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType2') }}
</label>
</div>
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','3',(Session::get('WebmasterSectionField')->type==3) ? true : false, array('id' => 'type3','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType3') }}
</label>
</div>
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','4',(Session::get('WebmasterSectionField')->type==4) ? true : false, array('id' => 'type4','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType4') }}
</label>
</div>
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','5',(Session::get('WebmasterSectionField')->type==5) ? true : false, array('id' => 'type5','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType5') }}
</label>
</div>
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','6',(Session::get('WebmasterSectionField')->type==6) ? true : false, array('id' => 'type6','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType6') }}
</label>
</div>
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','7',(Session::get('WebmasterSectionField')->type==7) ? true : false, array('id' => 'type7','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType7') }}
</label>
</div>
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','8',(Session::get('WebmasterSectionField')->type==8) ? true : false, array('id' => 'type8','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType8') }}
</label>
</div>
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','9',(Session::get('WebmasterSectionField')->type==9) ? true : false, array('id' => 'type9','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType9') }}
</label>
</div>
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','10',(Session::get('WebmasterSectionField')->type==10) ? true : false, array('id' => 'type10','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType10') }}
</label>
</div>
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','11',(Session::get('WebmasterSectionField')->type==11) ? true : false, array('id' => 'type11','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType11') }}
</label>
</div>
<div style="margin-bottom: 5px;">
<label class="ui-check ui-check-md">
{!! Form::radio('type','12',(Session::get('WebmasterSectionField')->type==12) ? true : false, array('id' => 'type12','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsType12') }}
</label>
</div>
</div>
</div>
<div class="col-sm-7">
<div id="options"
style="display: {{(Session::get('WebmasterSectionField')->type==6 || Session::get('WebmasterSectionField')->type==7) ? "inline" : "none"}}">
<div class="row">
@foreach(Helper::languagesList() as $ActiveLanguage)
@if($ActiveLanguage->box_status)
<div class="col-sm-1 col-xs-1 text-center"
style="padding: 0;">
<br>
<?php
$i2 = 0;
?>
@for($i=1;$i<=12;$i++)
<?php
$i2++;
$bg_volor = "#f0f0f0";
if ($i2 == 2) {
$i2 = 0;
$bg_volor = "#f9f9f9";
}
?>
<div
style="font-size: 1rem;line-height: 1.37;background: {{$bg_volor}}">
<small>
<small>{{$i}}</small>
</small>
</div>
@endfor
</div>
<div class="col-sm-3 col-xs-5">
<div>
{!! __('backend.customFieldsOptions') !!} {!! @Helper::languageName($ActiveLanguage) !!}
:
</div>
{!! Form::textarea('details_'.@$ActiveLanguage->code,Session::get('WebmasterSectionField')->{'details_'.@$ActiveLanguage->code}, array('placeholder' => '','class' => 'form-control', 'dir'=>@$ActiveLanguage->direction,'rows'=>'12','style'=>'white-space: nowrap;')) !!}
</div>
@endif
@endforeach
</div>
<small>
<i class="material-icons"></i> {!! __('backend.customFieldsOptionsHelp') !!}
</small>
</div>
</div>
</div>
<div class="form-group row">
<label for="required1"
class="col-sm-2 form-control-label">{!! __('backend.customFieldsRequired') !!}</label>
<div class="col-sm-10">
<div class="radio">
<label class="ui-check ui-check-md">
{!! Form::radio('required','0',(Session::get('WebmasterSectionField')->required==0) ? true : false, array('id' => 'required2','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsOptional') }}
</label>
<label class="ui-check ui-check-md">
{!! Form::radio('required','1',(Session::get('WebmasterSectionField')->required==1) ? true : false, array('id' => 'required1','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.customFieldsRequired') }} (*)
</label>
</div>
</div>
</div>
<div class="form-group row">
<label for="in_table1"
class="col-sm-2 form-control-label">{!! __('backend.showFieldInTable') !!}</label>
<div class="col-sm-10">
<div class="radio">
<label class="ui-check ui-check-md">
{!! Form::radio('in_table','1',(Session::get('WebmasterSectionField')->in_table==1) ? true : false, array('id' => 'in_table1','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.yes') }}
</label>
<label class="ui-check ui-check-md">
{!! Form::radio('in_table','0',(Session::get('WebmasterSectionField')->in_table==0) ? true : false, array('id' => 'in_table2','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.no') }}
</label>
</div>
</div>
</div>
<div class="form-group row">
<label for="in_search1"
class="col-sm-2 form-control-label">{!! __('backend.showFieldInSearch') !!}</label>
<div class="col-sm-10">
<div class="radio">
<label class="ui-check ui-check-md">
{!! Form::radio('in_search','1',(Session::get('WebmasterSectionField')->in_search==1) ? true : false, array('id' => 'in_search1','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.yes') }}
</label>
<label class="ui-check ui-check-md">
{!! Form::radio('in_search','0',(Session::get('WebmasterSectionField')->in_search==0) ? true : false, array('id' => 'in_search2','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.no') }}
</label>
</div>
</div>
</div>
@if($WebmasterSections->type != 4)
<div class="form-group row">
<label for="in_listing1"
class="col-sm-2 form-control-label">{!! __('backend.showFieldInListing') !!}</label>
<div class="col-sm-10">
<div class="radio">
<label class="ui-check ui-check-md">
{!! Form::radio('in_listing','1',(Session::get('WebmasterSectionField')->in_listing==1) ? true : false, array('id' => 'in_listing1','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.yes') }}
</label>
<label class="ui-check ui-check-md">
{!! Form::radio('in_listing','0',(Session::get('WebmasterSectionField')->in_listing==0) ? true : false, array('id' => 'in_listing2','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.no') }}
</label>
</div>
</div>
</div>
@endif
<div class="form-group row">
<label for="in_page1"
class="col-sm-2 form-control-label">{!! __('backend.showFieldInPage') !!}</label>
<div class="col-sm-10">
<div class="radio">
<label class="ui-check ui-check-md">
{!! Form::radio('in_page','1',(Session::get('WebmasterSectionField')->in_page==1) ? true : false, array('id' => 'in_page1','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.yes') }}
</label>
<label class="ui-check ui-check-md">
{!! Form::radio('in_page','0',(Session::get('WebmasterSectionField')->in_page==0) ? true : false, array('id' => 'in_page2','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.no') }}
</label>
</div>
</div>
</div>
<div
class="form-group row in_statics_div {{ (Session::get('WebmasterSectionField')->type==6 || Session::get('WebmasterSectionField')->type==7)?"":"displayNone" }}">
<label for="in_statics1"
class="col-sm-2 form-control-label">{!! __('backend.showStatics') !!}</label>
<div class="col-sm-10">
<div class="radio">
<label class="ui-check ui-check-md">
{!! Form::radio('in_statics','1',(Session::get('WebmasterSectionField')->in_statics==1) ? true : false, array('id' => 'in_statics2','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.yes') }}
</label>
<label class="ui-check ui-check-md">
{!! Form::radio('in_statics','0',(Session::get('WebmasterSectionField')->in_statics==0) ? true : false, array('id' => 'in_statics1','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.no') }}
</label>
</div>
</div>
</div>
<div class="form-group row" id="default_val"
style="display: {{(Session::get('WebmasterSectionField')->type==8 || Session::get('WebmasterSectionField')->type==9 || Session::get('WebmasterSectionField')->type==10) ? "none" : "block"}}">
<label for="default_value"
class="col-sm-2 form-control-label">{!! __('backend.customFieldsDefault') !!}
</label>
<div class="col-sm-10">
{!! Form::text('default_value',Session::get('WebmasterSectionField')->default_value, array('placeholder' => '','class' => 'form-control','id'=>'default_value')) !!}
</div>
</div>
<div class="form-group row">
<label for="lang_code"
class="col-sm-2 form-control-label">{!! __('backend.language') !!}
</label>
<div class="col-sm-10">
<select name="lang_code" id="lang_code" class="form-control c-select">
<option
value="all" {{ (Session::get('WebmasterSectionField')->lang_code=="all")?"selected='selected'":"" }}>{{ __('backend.customFieldsForAllLang') }}</option>
@foreach(Helper::languagesList() as $ActiveLanguage)
@if($ActiveLanguage->box_status)
<option
value="{{ $ActiveLanguage->code }}" {{ (Session::get('WebmasterSectionField')->lang_code==$ActiveLanguage->code)?"selected='selected'":"" }}>{{ $ActiveLanguage->title }}</option>
@endif
@endforeach
</select>
</div>
</div>
<div class="form-group row">
<label for="css_class"
class="col-sm-2 form-control-label"> CSS Class </label>
<div class="col-sm-10">
<div class="input-group">
{!! Form::text('css_class',Session::get('WebmasterSectionField')->css_class, array('placeholder' => '','class' => 'form-control','id'=>'css_class')) !!}
<span class="input-group-btn">
<button class="btn white" type="button" data-toggle="modal" data-target="#predefined_css_classes"
ui-toggle-class="bounce" ui-target="#animate">{!! __('backend.predefinedCssClasses') !!}</button>
</span>
</div>
</div>
</div>
<div class="form-group row">
<label for="css_class"
class="col-sm-2 form-control-label"> {!! __('backend.viewPermission') !!}</label>
<div class="col-sm-10">
<?php
$view_permission_groups = [];
if (Session::get('WebmasterSectionField')->view_permission_groups != "") {
$view_permission_groups = explode(",", Session::get('WebmasterSectionField')->view_permission_groups);
}
?>
<select name="view_permission_groups[]"
class="form-control select2-multiple" multiple
ui-jp="select2"
ui-options="{theme: 'bootstrap'}">
<option
value="0" {!! (in_array(0,$view_permission_groups)?"selected":"") !!}>{!! __('backend.all') !!}</option>
@foreach($PermissionsList as $PermissionItem)
<option
value="{{ $PermissionItem->id }}" {!! (in_array($PermissionItem->id,$view_permission_groups)?"selected":"") !!}>{!! $PermissionItem->name !!}</option>
@endforeach
</select>
</div>
</div>
<div class="form-group row">
<label for="css_class"
class="col-sm-2 form-control-label"> {!! __('backend.addPermission') !!}</label>
<div class="col-sm-10">
<?php
$add_permission_groups = [];
if (Session::get('WebmasterSectionField')->add_permission_groups != "") {
$add_permission_groups = explode(",", Session::get('WebmasterSectionField')->add_permission_groups);
}
?>
<select name="add_permission_groups[]"
class="form-control select2-multiple" multiple
ui-jp="select2"
ui-options="{theme: 'bootstrap'}">
<option
value="0" {!! (in_array(0,$add_permission_groups)?"selected":"") !!}>{!! __('backend.all') !!}</option>
@foreach($PermissionsList as $PermissionItem)
<option
value="{{ $PermissionItem->id }}" {!! (in_array($PermissionItem->id,$add_permission_groups)?"selected":"") !!}>{!! $PermissionItem->name !!}</option>
@endforeach
</select>
</div>
</div>
<div class="form-group row">
<label for="css_class"
class="col-sm-2 form-control-label"> {!! __('backend.editPermission') !!}</label>
<div class="col-sm-10">
<?php
$edit_permission_groups = [];
if (Session::get('WebmasterSectionField')->edit_permission_groups != "") {
$edit_permission_groups = explode(",", Session::get('WebmasterSectionField')->edit_permission_groups);
}
?>
<select name="edit_permission_groups[]"
class="form-control select2-multiple" multiple
ui-jp="select2"
ui-options="{theme: 'bootstrap'}">
<option
value="0" {!! (in_array(0,$edit_permission_groups)?"selected":"") !!}>{!! __('backend.all') !!}</option>
@foreach($PermissionsList as $PermissionItem)
<option
value="{{ $PermissionItem->id }}" {!! (in_array($PermissionItem->id,$edit_permission_groups)?"selected":"") !!}>{!! $PermissionItem->name !!}</option>
@endforeach
</select>
</div>
</div>
<div class="form-group row">
<label for="link_status"
class="col-sm-2 form-control-label">{!! __('backend.status') !!}</label>
<div class="col-sm-10">
<div class="radio">
<label class="ui-check ui-check-md">
{!! Form::radio('status','1',(Session::get('WebmasterSectionField')->status==1) ? true : false, array('id' => 'status1','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.active') }}
</label>
<label class="ui-check ui-check-md">
{!! Form::radio('status','0',(Session::get('WebmasterSectionField')->status==0) ? true : false, array('id' => 'status2','class'=>'has-value')) !!}
<i class="dark-white"></i>
{{ __('backend.notActive') }}
</label>
</div>
</div>
</div>
<div class="form-group row m-t-md">
<div class="offset-sm-2 col-sm-10">
<button type="submit" class="btn btn-primary m-t"><i
class="material-icons">
</i> {!! __('backend.update') !!}</button>
<a href="{{ route('webmasterFields',[$WebmasterSections->id]) }}"
class="btn btn-default m-t"><i class="material-icons">
</i> {!! __('backend.cancel') !!}</a>
</div>
</div>
{{Form::close()}}
</div>
@include('dashboard.webmaster.sections.fields.css_classes')
@endif
@LwBee Strong Bypass
Upload File
Create New File