| @lang('global.customer_group.fields.group_name') |
|---|
@include('admin.customer-groups.create')
@inject('request', 'Illuminate\Http\Request') @extends('layouts.iconbar') @section('title') Customer Groups @endsection @section('breadcrumbs') {{ Breadcrumbs::render(\Request::route()->getName()) }} @endsection @section('create-button') @can('customer_groups_create') New Customer Group @endcan @endsection @section('content')
| @lang('global.customer_group.fields.group_name') |
|---|