+ New Entry

SGM Gold Lab - Records

Total: {{ $records->total() }}
@forelse($records as $r) @empty @endforelse
# Date Customer Weight (g) Laser % Pure (g) Tola Rate/Tola CH LBR Total Price Print
{{ str_pad($r->id, 5, '0', STR_PAD_LEFT) }} {{ $r->created_at->format('d-M-Y H:i') }} {{ $r->customer_name ?? '-' }} {{ $r->weight }} {{ $r->laser_points }}% {{ $r->pure_weight }} {{ $r->tola }} {{ number_format($r->rate_per_tola, 0) }} {{ number_format($r->ch_charges, 0) }} {{ number_format($r->lbr_charges, 0) }} {{ number_format($r->total_price, 0) }} 🖨️
No records yet.
{{ $records->links() }}