@extends('backend.layouts.app') @section('content')

Add Multi Class Discounts

{{ csrf_field() }}
@if ($errors->has('class_name')) {{ $errors->first('class_name') }} @endif
@if ($errors->has('no_of_classes')) {{ $errors->first('no_of_classes') }} @endif



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





@stop