@extends('layoutsutama.master3') @section('content')
Sub Total : Rp. {{number_format($jumlah_bayar, 2)}}
Discount : Rp. {{number_format($diskon,2)}}
Total : Rp. {{number_format($total,2)}}
Peserta : {{$total_peserta}} Orang
| No | Full Name | Bib Name | Gender | Size Jersey | Community | Category run | Event location | Sub Price | Discount | Price |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $value->full_name }} | {{ $value->bib_name }} | {{ $value->jenis_kelamin }} | {{ $value->tshirt_size }} | {{ $value->community }} | {{ $value->nama_kat_event }} | {{ $lokasi }} | {{ number_format($value->price,0) }} | {{ number_format($discountUnit,0) }} | {{ number_format($totalPriceAfterDiscountUnit,0) }} |