@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

Multi Person Discounts

{{ csrf_field() }} @foreach ($multiPersonDiscount_res as $multiPersonDiscount) @endforeach
Name Eligible Classes Discount Amount Actions
{{$multiPersonDiscount->multiperson_discount_name}} @if($multiPersonDiscount->multiperson_discount_all_programs == 1) {{'ALL'}} @else @endif @if($multiPersonDiscount->multiperson_discount_amount_type == 1) {{'$' .$multiPersonDiscount->multiperson_discount_amount_value}} @else() {{$multiPersonDiscount->multiperson_discount_amount_value. '%'}} @endif
@stop