@extends('livewire.components.datatable')
@section('additional_tr' . $key)
@if($partner_id)
|
@php
$checked = $this->isChecked(0)
@endphp
|
0 |
0 |
@php
$billing_type = \App\Enums\BillingType::UNDEFINED;
$color = $billing_type->color();
$name = $billing_type->paymentName();
@endphp
{{ $name }}
|
{{ $partner_code }} |
{{ $partner_name }} |
{{ $partner_kana }} |
@if ($model_cls == \App\Models\RebateBill::class)
|
0 |
{{number_format($tentative_bill->allocation_amount ?? 0)}} |
{{number_format($tentative_bill->expected_amount ?? 0)}} |
@else
|
|
|
|
|
0 |
{{number_format($tentative_bill->allocation_amount ?? 0)}} |
{{number_format($tentative_bill->discount_amount ?? 0)}} |
@if (!$is_supplier)
{{number_format($tentative_bill->container_pickup_amount ?? 0)}} |
@endif
{{number_format($tentative_bill->expected_amount ?? 0)}} |
|
@endif
{{$tentative_bill?->updater_name}} |
{{$tentative_bill?->updated_at}} |
@endif
@endsection