@extends('admin.layout') @section('content')

{{ trans('labels.alertSetting') }}

@php $getUserRoleData = userRoleData(); $AlertSettings = explode(",",$getUserRoleData->AlertSettings); @endphp

{{ trans('labels.alertSetting') }}

@if( count($errors) > 0) @foreach($errors->all() as $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') }}
{!! Form::close() !!} @else

Please contact with SuperAdmin

@endif
@endsection