@extends('admin.layout.master') @section('title', 'Product Sale Price') @section('custom_style') @endsection @section('content')

Product Sales Price


# Product date Buy Price Sell Price Action
@include('inventory.product.datewise_product_price.create') @endsection @section('script') @endsection