@extends('layouts.manage')
@section('title')
@lang('Product Sales Report')
@endsection
@section('page-header-title')
@lang('Product Sales Report')
@endsection
@section('page-header-description')
@lang('View Report for Product Sales')
@endsection
@section('styles')
@endsection
@section('scripts')
@endsection
@section('content')
@include('partials.manage.reports.product_sales')
@endsection