@extends('backend.layouts.master') @section('section-title', 'Report') @section('page-title', 'Sale Report') @push('css') @endpush @section('content')
| #SL | Product | Stock In | Stock Transfer | Stock Receive | Stock Out | Return | Damage | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $product->name }} | {{ $q['purchase'] }} | {{ $q['transfer'] }} | {{ $q['receive'] }} | {{ $q['invoice'] }} | {{ $q['return'] }} | {{ $q['damage'] }} | ||
| No Data Found | |||||||||
| Total Price: | |||||||||