@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

Add new scheme Back to scheme / offer

@csrf
Scheme Basic Info
ignore_end_date) ? 'checked' : '' }}>
is_global) ? 'checked' : '' }}>
is_active) ? 'checked' : '' }}>
Scheme Associations
Assign Slabs
@if(!empty($scheme->scheme_nature) && $scheme->scheme_nature == SLAB_DISCOUNT) @foreach($scheme->offers as $offer) @if($offer->main_from_qty > 0) @endif @endforeach @endif
Article Qty From Qty Upto Discount % Action
Assign Combo Options
@if(!empty($scheme->scheme_nature) && $scheme->scheme_nature == COMBO_DISCOUNT) @foreach($scheme->offers as $offer) @if($offer->main_from_qty > 0) @endif @endforeach @endif
Article Main Qty. Combo Qty. Discount % Action
Cancel
@endsection @section('extraJs') @endsection