@extends('backend.layout.main') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.Update Discount')}}

{{trans('file.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')
Warning: Undefined variable $lims_discount_data in C:\laragon\www\pos\resources\views\backend\discount\edit.blade.php on line 70

Warning: Attempt to read property "product_list" on null in C:\laragon\www\pos\resources\views\backend\discount\edit.blade.php on line 70

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\discount\edit.blade.php on line 70
@foreach($product_ids as $key => $product_id)
Fatal error: Uncaught Error: Class "App\Models\Product" not found in C:\laragon\www\pos\resources\views\backend\discount\edit.blade.php:72 Stack trace: #0 {main} thrown in C:\laragon\www\pos\resources\views\backend\discount\edit.blade.php on line 72
{{trans('file.name')}} {{trans('file.Code')}}