@extends('backend.layouts.app') @section('content') @if(Session::has('message'))
{{ Session::get('message')}}
@endif @if(Session::has('error_message'))
{{ Session::get('error_message')}}
@endif @if (count($errors) > 0)
@endif {!! Html::script('expand_theme/js/jquery.validate.min.js') !!}

Add Multi Person Discounts

{{ csrf_field() }}
@if ($errors->has('discount_name')) {{ $errors->first('discount_name') }} @endif
@if ($errors->has('cls_locations[]')) {{ $errors->first('cls_locations[]') }} @endif



Fixed Percentage
$
@if ($errors->has('discount_amount')) {{ $errors->first('discount_amount') }} @endif
 

{!! Html::style('expand_theme/dataTables.bootstrap.css') !!} {!! Html::script('expand_theme/jquery.dataTables.min.js') !!} {!! Html::script('expand_theme/dataTables.bootstrap.min.js') !!} {!! Html::script('expand_theme/bootstrap-daterangepicker/daterangepicker.js') !!} {!! Html::script('expand_theme/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js') !!} {!! Html::script('expand_theme/select2/dist/js/select2.full.min.js') !!} {!! Html::script('expand_theme/input-mask/jquery.inputmask.js') !!} {!! Html::script('expand_theme/input-mask/jquery.inputmask.date.extensions.js') !!} {!! Html::script('expand_theme/input-mask/jquery.inputmask.extensions.js') !!} {!! Html::script('expand_theme/moment/min/moment.min.js') !!} {!! Html::style('expand_theme/font-awesome/css/font-awesome.min.css') !!} {!! Html::style('expand_theme/bootstrap-daterangepicker/daterangepicker.css') !!} {!! Html::style('expand_theme/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css') !!}
@stop