@extends('backend.layout.main') @section('content')

{{__('db.Update Discount')}}

{{__('db.The field labels marked with * are required input fields')}}.

{!! Form::open(['route' => ['discounts.update', $lims_discount_data->id], 'method' => 'put']) !!}
@if($lims_discount_data->is_active) @else @endif
@if($lims_discount_data->applicable_for == 'Specific') @foreach($product_ids as $key => $product_id)
{{__('db.name')}} {{__('db.Code')}}