| 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 ) }} |