| {{__('db.name')}} | {{__('db.customer')}} | {{__('db.Type')}} | {{__('db.status')}} | {{__('db.action')}} | ||
|---|---|---|---|---|---|---|
| {{$key}} | {{ $discount_plan->name }} | @foreach($discount_plan->customers as $index => $customer) @if($index) {{', '.$customer->name}} @else {{$customer->name}} @endif @endforeach | {{ ucfirst($discount_plan->type) }} | @if($discount_plan->is_active){{ __('db.Active')}} | @else{{ __('db.Inactive')}} | @endif
|