@extends('layouts.app') @section('css') {{-- DataTable --}} @endsection @section('content')
| {{ __('Item Name') }} | {{ __('Quantity') }} |
|---|---|
| {{$value->item->name}} | {{ formatCurrencyAmount($value->quantity) }} |
| {{ __('Total') }} | {{ formatCurrencyAmount($sum) }} |