{{ $id_patient }}
{{ $pet_name }}
{{ $owner_name }}
{{ $registration_number }}
{{ $cashier_name }}
{{ $time }}
@if ($data_item) @foreach ($data_item as $item) @if ($item->amount_discount != 0) @endif @endforeach @endif @if ($data_service) @foreach ($data_service as $service) @if ($service->amount_discount != 0) @endif @endforeach @endif @if($data_petshop) @foreach ($data_petshop as $petshop) @endforeach @endif
Nama Qty Harga Total
{{ $item->group_name }} {{ $item->quantity }} {{ number_format($item->each_price) }} {{ number_format($item->price_overall) }}
               Diskon:({{ number_format($item->amount_discount) }})
{{ $service->item_name }} {{ $service->quantity }} {{ number_format($service->selling_price) }} {{ number_format($service->price_overall) }}
               Diskon:({{ number_format($service->amount_discount) }})
{{ $petshop->item_name }} {{ $petshop->quantity }} {{ number_format($petshop->selling_price) }} {{ number_format($petshop->price_overall) }}