@extends('layouts.app') @section('title', __('advancedpromotions::lang.index.title')) @section('content')

{{__('advancedpromotions::lang.index.title')}}

@component('components.widget', ['title' => __('advancedpromotions::lang.perm.manage'), 'icon' => '', 'class' => 'box-solid']) @slot('tool')
{{ __('lang.add') }}
@endslot
@endcomponent
@stop @section('javascript') @endsection