@if ($totalloop)
Dummy Item Type |
50000 |
00112233 |
Descripton dummy |
|
|
Please set it manually additional data after uploading if needed.
|
{{$type->id.'_'.$type->nama_tipe}} |
@for($i = 0; $i < $totalloop; $i++)
{{-- @if ($i === 0) --}}
{{-- Dummy Item Type |
50000 |
00112233 |
Descripton dummy | --}}
{{-- @else --}}
@if (count($menus) > 0)
@if (!empty($menus[$i]))
{{ $menus[$i]->nama }} |
{{ $menus[$i]->harga }} |
{{ $menus[$i]->sku}} |
{{ $menus[$i]->keterangan }} |
@else
|
@endif
@else
|
@endif
{{-- @endif --}}
|
|
{{-- @if($i == 0)
Please set it manually additional data after uploading if needed.
|
{{$type->id.'_'.$type->nama_tipe}} |
@else
|
|
@endif --}}
@endfor
@else
Dummy Item Type |
50000 |
00112233 |
Descripton dummy |
|
|
Please set it manually additional data after uploading if needed.
|
{{$type->id.'_'.$type->nama_tipe}} |
@endif