@extends('layouts.app') @section('title', __('lang_v1.selling_price_group')) @section('content')

@lang( 'lang_v1.selling_price_group' )

@if (session('notification') || !empty($notification))
@if(!empty($notification['msg'])) {{$notification['msg']}} @elseif(session('notification.msg')) {{ session('notification.msg') }} @endif
@endif @component('components.widget', ['class' => 'box-primary', 'title' => __( 'lang_v1.all_selling_price_group' ), 'help_text' => __('lang_v1.selling_price_help_text')]) @slot('tool')
@endslot
@lang( 'lang_v1.name' ) @lang( 'lang_v1.description' ) @lang( 'messages.action' )
@endcomponent
@stop @section('javascript') @endsection