@extends('layouts.admin_layout') @section('title', 'Edit Promo Code') @section('content') Edit Promo Code Home Manage Promo Codes Edit Promo Code Edit Promo Code @csrf Promo Code* Discount Percent* Maximum Discount* (Set to 0 for no limit) Minimum Cart Value* Guest User Can Apply? Yes non_registered_can_apply)) selected @endif>No Product Based? No product_based)) selected @endif>Yes product_based)) style="display: none;" @endif data-toggle="modal" data-target="#view_products">Select Products Select Products × Product Name Product Price Select @foreach($variants as $variant_row) {{$variant_row->product_name}} {!!$variant_row->attribute_value_data!!} {{$variant_row->product_variant_price}} id, $promo_variant_ids)) checked @endif> @endforeach First Order Only? No first_order)) selected @endif>Yes Maximum Number of times one user can apply Start Date Expiry Date Status Active display_status)) selected @endif>Inactive @endsection