@if(isset($searched) && $searched)
Số link đã tạo
{{ $histories->count() }}
Tổng lượt click
{{ number_format($histories->sum('clicks')) }}
Hoa hồng ước tính
~{{ number_format($histories->sum('estimated_commission')) }}đ
@forelse($histories as $history) @empty @endif
Thời gian Sản phẩm Giá bán Lượt click Hoa hồng ước tính
{{ $history->created_at->format('H:i d/m/Y') }} {{ $history->product_title ?? 'Sản phẩm Shopee' }} {{ $history->product_price > 0 ? number_format($history->product_price) . 'đ' : '-' }} {{ number_format($history->clicks) }} {{ $history->estimated_commission > 0 ? '~' . number_format($history->estimated_commission) . 'đ' : '-' }}
Không tìm thấy lịch sử tạo link nào cho số điện thoại này.
@endif