@extends('admin.layouts.app') @push('libraries_top') @endpush @php $values = !empty($setting) ? $setting->value : null; if (!empty($values)) { $values = json_decode($values, true); } @endphp @section('content')

{{ trans('update.settings') }}

{{ csrf_field() }} @php $switches = ['status', 'reset_cart_items'] @endphp @foreach($switches as $switch)
{{ trans("update.abandoned_cart_setting_{$switch}_hint") }}
@endforeach
{{ trans("update.abandoned_cart_setting_reset_hours_hint") }}
{{ trans('update.abandoned_cart_reminder_template_hint') }}
{{ trans('update.abandoned_cart_coupon_template_hint') }}
@endsection @push('scripts_bottom') @endpush