Import / Export
@can('bidding.create') @endcan
@can('bidding.create') Input Bidding @endcan
Tanggal Judul Jumlah Item Total Menang Aksi @forelse ($biddings as $bidding) @php($totalWon = $bidding->items->sum(fn ($i) => $i->won_price * $i->quantity)) {{ $bidding->bidding_date->format('d M Y') }} {{ $bidding->title ?: '—' }} {{ $bidding->items->count() }} {{ \App\Support\Money::format($totalWon) }}
@can('bidding.update') @endcan @can('bidding.delete') @endcan
@empty @endforelse @if ($biddings->hasPages()) {{ $biddings->links() }} @endif
@if ($showDelete) @endif @if ($showImport) @endif