| # | {{--{{__('obs.date')}} | --}}{{__('obs.note')}} | {{__('obs.price')}} | {{__('obs.quantity')}} | {{__('obs.total')}} |
|---|---|---|---|---|---|
| {{ $cat_names[$item->cat_code] }} ({{ $item->cat_code }}) | |||||
| {{ $i+1 }} | {{--{{ date('d-m-Y', strtotime( $item->date)) }} | --}}{{ $item->note }} | {{ $item->price }} | ||
| {{__('obs.total')}} | {{ number_format($data->sum('total'), 2) }} | ||||