@extends('livewire.trade-items-table-editor') @section('title_supplement') @if($is_miscellaneous)
{{$miscellaneous_mark}} 雑費
@endif @parent @endsection @section('header')
{{-- todo クライアント設定--}} @if($shows_account_date) @endif @if($shows_rebate_date) @endif @if($shows_trade_direction) @endif
@if($shows_delivery_course) @endif @if($shows_billing_type) {{-- todo クライアント設定--}} @endif @if ($shows_bill_number) @endif
@if($shows_delivery_destination)
@endif @if($shows_entry_note)
@endif
@if($shows_price_breakdown) @include('components.trade-table-summary') @endif
@endsection @section('config') @if($this->isNew)
@if($shows_will_print_slip) @endif @if($shows_is_delivered_config) @endif
@if($shows_out_of_stock_option) @endif
@endif @endsection