@extends('admin.template.master') @section('title')

Discounted Products all discounted products

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
ID Name SKU Status Active Date Inactive Date Action
@endsection @section('javascripts') @endsection