{{ HTML::style('css/bootstrap.css') }} {{ HTML::style('css/invoice.css') }}
{{ get_config('company_detail') }}
| {{ trans('products.id') }} | {{Trans('sale.name')}} | {{Trans('sale.qty')}} | {{Trans('sale.unit_price')}} | {{Trans('sale.total')}} |
|---|---|---|---|---|
| {{$i}} | {{ $order->name }} | {{ $order->amount}} | {{ money($order->price) }} | {{ money($order->amount * $order->price)}} |
{{ get_config('invoice_payment_term') }}
| {{ trans('sale.g_total') }} | {{ money($totalPrice) }} |
|---|---|
| {{ trans('invoices.changed') }} | {{ money($invoice->changed) }} |
| {{ trans('sale.deposit') }} | {{ money($invoice->deposit) }} |