@extends('livewire.trade-items-table-editor') @section('header')
{{-- todo クライアント設定--}} @if($shows_account_date) @endif @if($shows_rebate_date) @endif @if($shows_trade_direction) @endif
@if($shows_delivered_type) {{-- todo クライアント設定--}} @endif @if($shows_billing_type) {{-- todo クライアント設定--}} @endif
@if($shows_price_breakdown) @include('components.trade-table-summary') @endif
@endsection @section('config') @endsection