@extends('layouts.app') @section('head') @endsection @section('content')

OFFERS AND PROMOTIONS

{$section.section_name$}


If the offer is for category,some products may not get the offer.(Eg: if the promo price is $20 but the product price is $10, then will get negative sale price, for those products this offer is not applicable).It will based on promo price.

Item# Product Name Price Promo Price Order no Actions
{$product.product_sku$} {$product.product_name$} SAR {$product.price$}
@include('users.admin.sidebar')
@endsection @section('js') @endsection