@lang('discount.Discount Dish')
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf
@foreach ($discount->discount_dishes as $index => $dishDiscount) @endforeach
@lang('discount.dish') @lang('discount.Actions')