Add Coupon Code

@csrf
@if($errors->has('coupon_code'))

{{ $errors->first('coupon_code') }}

@endif
@if($errors->has('max_discount'))

{{ $errors->first('max_discount') }}

@endif
@if($errors->has('max_discount_value'))

{{ $errors->first('max_discount_value') }}

@endif
@if($errors->has('min_card_value'))

{{ $errors->first('min_card_value') }}

@endif
@if($errors->has('applicable_on'))

{{ $errors->first('applicable_on') }}

@endif
@if($errors->has('applicable_times'))

{{ $errors->first('applicable_times') }}

@endif
@if($errors->has('expiry_date'))

{{ $errors->first('expiry_date') }}

@endif
@include('admin.layouts.footer')