@extends('livewire.components.datatable')
@section('header' . $key)
@endsection
@section('additional_tr' . $key)
@if($supplier_id)
{{-- | {{$buyer_name}} | --}}
未割当 |
|
{{number_format($tentative_bill->amount ?? 0)}} |
{{number_format($tentative_bill->allocation_amount ?? 0)}} |
|
|
{{$tentative_bill?->updater_name}} |
@endif
@endsection
{{--@section('config')--}}
{{-- --}}
{{-- --}}
{{--
--}}
{{--@endsection--}}