@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']) !!} {{__('db.name')}} * {{__('db.Discount Plan')}} * @foreach($lims_discount_plan_list as $discount_plan) {{$discount_plan->name}} @endforeach {{__('db.Applicable For')}} * @if($lims_discount_data->applicable_for == 'All') {{__('db.All Products')}} {{__('db.Specific Products')}} @else {{__('db.All Products')}} {{__('db.Specific Products')}} @endif @if($lims_discount_data->is_active) @else @endif {{__('db.Active')}} {{__('db.Select Product')}} * {{__('db.name')}} {{__('db.Code')}} @if($lims_discount_data->applicable_for == 'Specific') @foreach($product_ids as $key => $product_id)
{{__('db.The field labels marked with * are required input fields')}}.