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

{{__('obs.product')}} {{__('obs.sales')}} {{__('obs.price')}}


# {{__('obs.product')}} {{__('obs.unit')}} {{__('obs.qty')}} {{__('obs.date')}} {{__('obs.buy')}} {{__('obs.price')}} {{__('obs.sell')}} {{__('obs.price')}} {{__('obs.action')}}
@include('admin.global.loader')
@include('inventory.product.datewise_product_price.create') @endsection @section('script') @endsection