{{ $this->title }}

@foreach($this->amount_items as $amount_item)

{{ $amount_item['title'] }}

{{ $amount_item['amount'] }}

@if($amount_item['title'] === '当月の在庫金額') @endif
@endforeach
@foreach($this->column_name_widths as $columnName => $width) @endforeach @foreach($this->daily_amount_data as $data) @php $index = ($this->daily_amount_data->currentPage() - 1) * $this->daily_amount_data->perPage() + $loop->index + 1; $purchase_amount = number_format($data->purchase_amount, 0, '.', ','); $earning_amount = number_format($data->earning_amount, 0, '.', ','); $stock_amount = number_format($data->stock_amount, 0, '.', ','); @endphp @endforeach
@if($columnName !== 'id') {{ $columnName }} @endif
{{ $index }} {{ $data->target_date }} {{ $purchase_amount }} {{ $earning_amount }} {{ $stock_amount }}
@include('livewire.components.pagination', ['data' => $this->daily_amount_data])