@php $stored_value = $settings['order_sms'] ?? []; $default_value = config("ecommerce.setting.order_sms.default_value"); $sms = array_merge($default_value, $stored_value); @endphp @extends('core::layouts.master') @section('breadcrumb') Kho ứng dụng / Thông báo đơn hàng bằng tin nhắn @endsection @section('head-action')
  • {{ Form::bsNavBtnSubmit('Lưu thay đổi','setting-form') }} @endsection @section('content')
    @endsection @section('scripts') @parent @endsection