{{\App::setLocale(Session::get('locale'))}} @extends('user.layout.app') @section('title', trans('Invoice Details')) @section('content')
| Product | Price | Quantity | Total | Remark |
| {{ $item->item_name }} | {{ $item->item_amount }} | {{ $item->item_qty }} | {{ $item->total }} | {{ $item->remark }} |
| Subtotal | {{$rowObj->subtotal}} | |||
| Discount | {{$rowObj->discount}} | |||
| Tax | {{$rowObj->tax}} | |||
| Grand Total | {{number_format($rowObj->grand_total,2)}} | |||