@component('components.widget', ['class' => 'box-primary', 'title' => __('lang_v1.notifications') . ':'])
@include('notification_template.partials.tabs', ['templates' => $general_notifications])
@endcomponent
@component('components.widget', ['class' => 'box-primary', 'title' => __('lang_v1.customer_notifications') . ':'])
@include('notification_template.partials.tabs', ['templates' => $customer_notifications])
@endcomponent
@component('components.widget', ['class' => 'box-primary', 'title' => __('lang_v1.supplier_notifications') . ':'])
@include('notification_template.partials.tabs', ['templates' => $supplier_notifications])
@endcomponent
@lang('lang_v1.logo_not_work_in_sms'):