@if ($tipe == 6) @else @if ($tipe == 3 || $tipe == 4) @endif @if ($tipe == 1) @elseif ($tipe == 2) @endif @endif @foreach($items as $item) @if ($tipe == 6) @else @if ($item->tipe == 3 || $tipe == 4) @endif @if ($item->tipe == 1) @elseif ($item->tipe == 2) @endif @endif @endforeach
#{{ __('Voucher No') }} {{ __('Voucher Value') }}{{ __('Pack') }}{{ __('ItemCode') }} {{ __('CodeBars') }} {{ __('ItemName') }}{{ __('Discount (%)') }}{{ __('Special Price') }}{{ __('Action') }}
{{ $loop->iteration }} {{ $item->voucher }} {{ number_format($item->value) }} {{--
{{ $loop->iteration }}{{ $item->pack }}{{ $item->item_code }} {{ $item->item_barcode }} {{ $item->item_name }}{{ number_format($item->disc) }}{{ number_format($item->disc_price) }} @if ($tipe != 7) @endif