@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }} @if(Helper::checkAccess('discounts_add')) @endif

{{ __('lbl.discount_name') }} {{ __('lbl.display_name') }} {{ __('lbl.amount') }} {{ __('lbl.discount_amount') }} {{ __('lbl.active') }} {{ __('lbl.action') }}
{{Form::hidden('loadQualifiyingItemsList','',['id'=>'loadQualifiyingItemsList'])}} {{Form::hidden('discountsoffersAutogeneratebarcode',route('discountsoffers.autogeneratebarcode'),['id'=>'discountsoffersAutogeneratebarcode']) }} {{Form::hidden('discountsoffersIndex',route('discountsoffers.index'),['id'=>'discountsoffersIndex'])}} @endsection @section('pagescript') {!! Helper::pagejs([ 'js/lib/tags/bootstrap-tagsinput.min.js', 'js/lib/select2/dist/js/select2.full.min.js', 'js/lib/moment/min/moment.min.js', 'js/lib/bootstrap-daterangepicker/daterangepicker.js', 'js/lib/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js', 'js/lib/plugins/timepicker/bootstrap-timepicker.min.js'])!!} {!! Helper::datatablelib("discountsoffers/list.js") !!} @stop