@extends('admin.layouts.master') @section('content')
{{ trans('app.product') }} | {{ trans('app.model_number') }} | {{ trans('app.gtin') }} | {{ trans('app.quantity') }} | {{ trans('app.unique_purchase') }} | {{ trans('app.average_price') }} | {{ trans('app.revenue') }} |
---|---|---|---|---|---|---|
{{ $item->name }} | {{ $item->model_number }} | {{ $item->gtin_type }} {{ $item->gtin }} | {{ $item->quantity }} | {{ $item->uniquePurchase }} | {{ get_formated_price($item->avgPrice) }} | {{ get_formated_price($item->totalSale) }} |