@extends('livewire.components.datatable') @section('header' . $key)
@endsection @section('additional_tr' . $key) @if($buyer_id) 未割当 {{number_format($tentative_bill->amount ?? 0)}} {{number_format($tentative_bill->allocation_amount ?? 0)}} {{number_format($tentative_bill->discount_amount ?? 0)}} {{number_format($tentative_bill->container_pickup_amount ?? 0)}} {{number_format($tentative_bill->expected_amount ?? 0)}} {{-- 差分消込--}} {{$tentative_bill?->updater_name}} @endif @endsection @section('config')
@endsection