@extends('layouts.master')
@section('title')
Sales by Products
@endsection
@section('page-title')
Sales by Products
@endsection
@section('body')
@endsection
@section('content')
|
Product Name |
Qty |
Total Amount |
Sales |
Tax |
Action |
Load More
@endsection
@section('scripts')
@endsection