{{-- header --}} {{-- ★ヘッダー編集|##TODO:0805%003 --}}
請求コード {{$billing->billing_number}} 請求締め日 {{$billing->billing_date}} 回収予定日 {{$billing->payment_date}} 得意先 {{obj_attr($billing->customer, 'customer_code')}} {{obj_attr($billing->customer, 'customer_name')}} 請求額 {{num_format($billing->billing_amount_total)}}
{{-- --}}
{{-- detail --}}
@isset($details) @foreach($details as $index => $detail) @include('user.discrepancies.partials.entry-detail-row', ['index' => $index, 'row' => $detail]) @endforeach
伝票No. 明細No. 売上日 商品コード 商品名 売上額 入金額 差額 理由種別 コメント 営業担当者
@else @endif
{{-- modal --}}