@extends('layouts.app')
@section('title', __('lang_v1.customer_groups'))
@section('content')
@component('components.widget', ['class' => 'box-primary', 'title' => __('lang_v1.all_your_customer_groups')])
@can('customer.create')
@slot('tool')
@endslot
@endcan
@can('customer.view')
| @lang('lang_v1.customer_group_name') |
@lang('lang_v1.calculation_percentage') |
@lang('lang_v1.selling_price_group') |
@lang('messages.action') |
@endcan
@endcomponent
@include('video.video_modal')
@stop
@section('javascript')
@endsection