@extends('Layouts.report') @section('content')
|
||||||||||
---|---|---|---|---|---|---|---|---|---|---|
{{ trans('main.item_code') }} | {{ trans('main.caliber') }} | {{ trans('main.item') }} | {{ trans('main.weight') }} | {{ trans('main.gold_weight') }} | ||||||
{{ $row->item_code }} | {{ $row->category_name }} | {{ $row->sub_category_name }} | {{ $row->weight }} | {{ $row->gold_weight }} | - | - | {{ count($data['report']) }} | {{ number_format( collect($data['report'])->sum('weight') , 2 , '.' , ',' ) }} | {{ number_format( collect($data['report'])->sum('gold_weight') , 2 , '.' , ',' ) }} |