@extends('print.template.base-invoice') @section('title', 'リベート請求書') @section('invoice-title') {{$invoice_title}} @endsection @section('invoice-header')
リベート名:{{ $rebate_name }}
条件種別:{{ $rebate_type?->code }} {{ $rebate_type?->name }}
前回ご請求額 ご入金額 差引残高 請求 今回ご請求額
お取引額 消費税額 請求計
{{ $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 }} {{ $balance_overview->balance_amount }}
10% {{ $balance_price->subtotal_10_percent }} {{ $balance_price->tax_10_percent }} {{ $balance_price->total_10_percent }}
8% {{ $balance_price->subtotal_8_percent }} {{ $balance_price->tax_8_percent }} {{ $balance_price->total_8_percent }}
非課税 {{ $balance_price->subtotal_0_percent }} {{ 0 }} {{ $balance_price->total_0_percent }}
@endsection @section('invoice-detail-thead') 品番 商品名 容量 入数 数量 単価 税率 金額 適用 ケース バラ @endsection