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

{{__('obs.product')}} {{__('obs.promotion')}}

@if(checkAuthPermission('store-product-promotion.index')) @endif
@csrf
@include('v2.inventory.global.product_live_dd', [ 'id'=> 'product', 'name'=> 'product', ]) {{-- --}}

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