@extends('layouts.master') @section('title', 'Item Sales Report') @section('content')

Item Sales Report


# Invoice Date Item Name Quantity Unit Price({{ $currencyCode }}) Discount({{ $currencyCode }}) Amount({{ $currencyCode }})
@endsection