@extends('layouts.app') @section('content')
Products | Quantity | Unit Price {{empty($app->currency) ? "GHS" : $app->currency}} |
Totals {{empty($app->currency) ? "GHS" : $app->currency}} |
---|---|---|---|
{{$item->quantity}} | @convert($item->price) | @convert($item->total) |