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