@foreach ($items as $key => $item) @endforeach
# Qty @if ($tipe == 1) Discount (%) @else Special Price @endif Action
{{ $key + 1 }} {{ $item->qty }} @if ($tipe == 1) {{ number_format($item->disc) }} @else {{ number_format($item->disc_price) }} @endif