@extends('layouts.app') @section('title', 'Promotion') @section('content')

Promotion Manage Promotions

Create Promotion

@can('promotion.create')
@endcan
@can('promotion.view')
ID Name Promotion Type Location ID Customer Group ID Preference Weightage Buy Product ID Buy Product Quantity Get Product ID Get Product Quantity Category ID Discount Amount Description Created By Start Date End Date Status Action
@endcan
@endsection @section('javascript') @endsection