@extends('layouts.app') @section('title') {{'Return Product Report'}} @endsection @section('content')
| S.N. | ID | Product Name | Total Sales | Total Return | Return % |
|---|---|---|---|---|---|
| {{$i}} | {{$row->id}} | {{$row->product_name}} | {{ number_format(max($product_sales,0))}} | {{ number_format(max($product_return,0))}} | {{ number_format($percentage,2)}} % |