@if($is_new) @else
@endif
@if(!$is_supplier) @endif
@if(!$is_supplier)
@endif
@if($is_supplier) @endif @if(!$is_supplier) @endif

@php $categories = ['補足情報','請求情報','締め情報', '銀行情報', '外部連携', '統計情報', '営業日']; $hidden_categories = []; $closing_plan_label = '入金予定'; if($is_supplier){ $closing_plan_label = '支払予定'; $hidden_categories = [5, 6]; } @endphp
@include('livewire.options.partner-configurations', [ // 'detail_sections' => $detail_sections, 'branch_name' => $branch_name, 'department_name' => $department_name, 'salesman_code' => $salesman_code, 'salesman_name' => $salesman_name, 'delivery_course_name' => $delivery_course_name, 'partner_delivery_course_name' => $partner_delivery_course_name, 'delivery_warehouse_name' => $delivery_warehouse_name, 'cash_collection_method' => $cash_collection_method, 'cash_payment_method' => $cash_payment_method, 'is_supplier' => $is_supplier, 'is_new' => $is_new, 'supplier_buyer_id' => $supplier_buyer_id, 'client_settings' => $client_settings, 'dedicated_slip_client_code' => $dedicated_slip_client_code, 'need_printing_price_on_slip' => $need_printing_price_on_slip, 'need_print_out_slip_copy' => $need_print_out_slip_copy, ])
@if(!$is_supplier)
@else @endif
@if(!$is_supplier) @foreach($miscellaneous as $index => $miscellaneous_row) @slot("td_{$index}_0") @endslot @slot("td_{$index}_1") {{\Illuminate\Support\Arr::get($miscellaneous_row, "item_name")}} @endslot @slot("td_{$index}_2") @endslot @slot("td_{$index}_3") @endslot @endforeach
@else
@endif
@foreach($closing_details as $index => $closing_detail) @slot("td_{$index}_0") @endslot @slot("td_{$index}_1") {{\Illuminate\Support\Arr::get($closing_detail, "ledger_classification_name")}} @endslot @slot("td_{$index}_2") @endslot @slot("td_{$index}_3") @endslot @slot("td_{$index}_4") @endslot @slot("td_{$index}_5") {{\Illuminate\Support\Arr::get($closing_details, $index . '.updated_at')}} @endslot @endforeach
{{-- --}} {{-- --}}
{{-- @livewire(\App\Livewire\Tables\PartnerBankDatatable::class)--}}
@include('livewire.options.partner-third-party-settings')
@include('livewire.options.partner-timetables', [ 'holidays' => $holidays, 'timetable_plan_id' => $timetable_plan_id, 'day_of_week' => $day_of_week ])
配送区分
@foreach($day_of_week as $day)
{{$day}}
@endforeach @foreach($day_of_week as $day_en => $day_jp) @endforeach
@include('livewire.components.session-message')