| SUBTOTAL: | ¥{{ number_format( \Session::get('totalInvoice', 0), 2 ) }} |
| GASTOS: | ¥{{ number_format( \Cart::instance('gastos')->total(), 2 ) }} |
| TOTAL: | ¥{{ number_format( \Session::get('totalInvoice', 0) + \Cart::instance('gastos')->total() , 2 ) }} |
| SUBTOTAL: | ¥{{ number_format( \Cart::instance('referencias')->total(), 2 ) }} |
| GASTOS: | ¥{{ number_format( \Cart::instance('gastos')->total(), 2 ) }} |
| TOTAL: | ¥{{ number_format( \Cart::instance('referencias')->total() + \Cart::instance('gastos')->total() , 2 ) }} |