{{ Form::open(['url' => route('widgetsave'), 'method'=>'post', 'name' => 'websettings_store', 'id' => 'websettings_store']) }}
@if($setting_type=='special')
{{ Form::close() }}
@endif
{{ Form::button(' '.__('lbl.save'),["type"=>"submit","name"=>"submit","value"=>"submit","class"=>"clickbtncommon btn btn-primary btn-sm"])}}
{{Form::hidden('setting_type',$setting_type,['id'=>'setting_type'])}}
{{Form::hidden('drop1_amount','0',['id'=>'drop1_amount'])}}
{{Form::hidden('drop1_amount_original','0',['id'=>'drop1_amount_original'])}}
{{Form::hidden('cash_total','0',['id'=>'cash_total'])}}
{{Form::hidden('drop1_perecentage','0',['id'=>'drop1_perecentage'])}}
{{Form::hidden('non_adj_tax','0',['id'=>'non_adj_tax'])}}
{{Form::hidden('non_adj_tax_original','0',['id'=>'non_adj_tax_original'])}}
{{Form::hidden('full_tax_total','0',['id'=>'full_tax_total'])}}
{{Form::hidden('non_adj_tax_perecentage','0',['id'=>'non_adj_tax_perecentage'])}}
@if($setting_type=='special')
{{ Form::close() }}
{{ $title }}
{{ Form::button(' '.__('lbl.save'),["type"=>"submit","name"=>"submit","value"=>"submit","class"=>"clickbtncommon btn btn-primary btn-sm "]) }}
{{ __('lbl.select_all') }}
{{ __('lbl.unselect_all') }}
-
{{$head_title}}
-
{{ucfirst($root)}}
@if($modules)
-
@foreach($modules as $key => $widgetName)
@php
$checked = (array_key_exists($widgetName,$dbWidgets)) && $dbWidgets[$widgetName]=='1' ? "checked" : "";
@endphp
- {{str_replace("_"," ",ucfirst($widgetName))}} @endforeach
@endforeach
@endif
-
@if($treeModule)
@foreach($treeModule as $root => $modules)
@if($setting_type=='special')
{{ __('lbl.drop_1_setting') }}
{{ Form::text('datetimes', $datetimes, ['class' => 'form-control datetimes', 'id'=>'datetimes','style'=>'width:100%']) }}
{{ Form::select('establishmentId', $establishments, $currentEstaId, ['class' => 'form-control establishments select2 input-sm', 'id' => 'establishmentId']) }}
{{ Form::button(' '. __('lbl.filter'), ["class"=>"clickbtncommon btn btn-sm btn-primary","id"=>"dateSearch"]) }}
{{Form::hidden("drop1paymenttotal",route('drop1_payment_total'),['id'=>'drop1paymenttotal'])}}
{{ __('lbl.drop_1_insturction')}}
{{ __('lbl.tax_adjustment_insturction')}}
{{ Form::label(__('lbl.no_print_invoice')) }} {{ Form::select('no_print_invoice', ['1'=>'YES','0'=>'NO'], $no_print_invoice,['class'=>'form-control','id'=>'no_print_invoice']) }}
{{ __('lbl.drop_2_insturction')}}
@endif