{{ __('Customer Groups') }}

@foreach ($customerGroups as $customerGroup) @endforeach
{{ __('Code') }} {{ __('Name') }} {{ __('Action') }}
{{ $customerGroup->subject->formattedCode() }} {{ $customerGroup->name }} {{ __('Edit') }}
@csrf @method('DELETE')
{!! $customerGroups->links() !!}