@extends('print.template.base-invoice') @section('title', '請求書') @section('invoice-title', '請求書') @section('invoice-footer-info') @php $department = $partner->buyer->current_detail->department ?? $parent_partner->buyer->current_detail->department; $salesman = $partner->buyer->current_detail->salesman ?? $parent_partner->buyer->current_detail->salesman; @endphp
| 前回ご請求額 | ご入金額 | 差引残高 | 請求 | 返還請求 | 差引お買上額 | 今回ご請求額 | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| お取引額 | 消費税額 | 請求計 | お取引額 | 消費税額 | 返還請求計 | ||||||
| {{ $balance_overview->previous_balance_amount }} | {{ $balance_overview->deposit_total }} | {{ $balance_overview->previous_balance_amount - $balance_overview->deposit_total }} | {{ $balance_price->subtotal }} | {{ $balance_price->tax }} | {{ $balance_price->total }} | {{ $return_balance_price->subtotal }} | {{ $return_balance_price->tax }} | {{ $return_balance_price->total }} | {{ $balance_price->total - $return_balance_price->total }} | {{ $balance_overview->balance_amount }} | |
| 10% | {{ $balance_price->subtotal_10_percent }} | {{ $balance_price->tax_10_percent }} | {{ $balance_price->total_10_percent }} | {{ $return_balance_price->subtotal_10_percent }} | {{ $return_balance_price->tax_10_percent }} | {{ $return_balance_price->total_10_percent }} | |||||
| 8% | {{ $balance_price->subtotal_8_percent }} | {{ $balance_price->tax_8_percent }} | {{ $balance_price->total_8_percent }} | {{ $return_balance_price->subtotal_8_percent }} | {{ $return_balance_price->tax_8_percent }} | {{ $return_balance_price->total_8_percent }} | |||||
| 非課税 | {{ $balance_price->subtotal_0_percent }} | {{ 0 }} | {{ $balance_price->total_0_percent }} | {{ $return_balance_price->subtotal_0_percent }} | {{ 0 }} | {{ $return_balance_price->total_0_percent }} | |||||