@extends('layouts.app_contacts')
@section('title', __('lang_v1.customer_groups'))
@section('offcanvas-title',__('lang_v1.instructions'))
@section('offcanvas-end')
- {{ __('lang_v1.calculation_percentage').' : ' . __('lang_v1.tooltip_calculation_percentage')}}
@stop
@section('content')
@component('components.widget', ['class' => 'card' ])
@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
@stop
@section('javascript')
@endsection