@extends('layout.app')
@section('title', __('customer_groups'))
@section('content')
@foreach ($customerGroups as $customer_group)
{{ __('sl') }}
{{ __('name') }}
{{ __('percentage') }}
{{ __('action') }}
@endforeach
{{ $loop->iteration }}
{{ $customer_group->name }}
{{ $customer_group->percentage }} (%)