@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') !!}

Edit 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


@if($editDiscount->multiperson_discount_all_programs == "1")
@elseif($editDiscount->multiperson_discount_all_programs == "0")