{{ trans('labels.alertSetting') }}
@if( count($errors) > 0)
@foreach($errors->all() as $error)
{!! Form::close() !!} @else
{{ trans('labels.Setting') }}Error:
{{ $error }}
@endforeach
@endif
@if(in_array("View",$AlertSettings ))
{!! Form::open(array('url' =>'admin/updateAlertSetting', 'method'=>'post', 'class' => 'form-horizontal', 'enctype'=>'multipart/form-data')) !!}
{!! Form::hidden('alert_id', $result['setting'][0]->alert_id, array('class'=>'form-control', 'id'=>'alert_id')) !!}
{{ trans('labels.createcustomeremailtext') }}
{{ trans('labels.createcustomernotificationtext') }}
{{ trans('labels.orderemailText') }}
{{ trans('labels.ordernotificationText') }}
{{ trans('labels.createcustomeremailtext') }}
{{ trans('labels.orderstatusnotificationtext') }}
{{ trans('labels.newproductemailtext') }}
{{ trans('labels.newproductnotificationtext') }}
{{ trans('labels.newproductemailtext') }}
{{ trans('labels.forgotemailnotificationtext') }}
{{ trans('labels.newsemailText') }}
{{ trans('labels.newsnotificationtext') }}
Please contact with SuperAdmin
@endif