@extends('backend.layout.main') @section('content') {{ __('db.Create Discount') }} {{ __('db.The field labels marked with * are required input fields') }}. {!! Form::open(['route' => 'discounts.store', 'method' => 'post']) !!} {{ __('db.name') }} * {{ __('db.Discount Plan') }} * @foreach ($lims_discount_plan_list as $discount_plan) {{ $discount_plan->name }} @endforeach {{ __('db.Applicable For') }} * {{ __('db.All Products') }} {{ __('db.Specific Products') }} {{ __('db.Active') }} {{ __('db.Select Product') }} * {{ __('db.name') }} {{ __('db.Code') }} {{ __('db.Valid From') }} * {{ __('db.Valid Till') }} * {{ __('db.Discount Type') }} * Percentage (%) Flat {{ __('db.Value') }} * {{ __('db.Minimum Qty') }} * {{ __('db.Maximum Qty') }} * {{ __('db.Valid on the following days') }} Monday Tuesday Wednesday Thursday Friday Saturday Sunday {{ __('db.submit') }} {!! Form::close() !!} @endsection @push('scripts') @endpush
{{ __('db.The field labels marked with * are required input fields') }}.