@extends('admin.layout.master') @section('title','PRODUCT PROMOTION') @section('custom_style') @endsection @section ('content')

Product Promotion

@if(checkAuthPermission('store-product-promotion.index')) @endif
@csrf

@include('inventory.reports.inventory.default.report_print_modal') @endsection @section('script') @endsection