@if (count($shops) > 0)
@if (!empty($shops[$i]))
{{ $shops[$i]->nama }} |
{{ $shops[$i]->shop_category_id }} |
{{ $shops[$i]->in_pos }} |
{{ $shops[$i]->fo_transaction }} |
{{ $shops[$i]->keterangan }} |
{{ $shops[$i]->ppn }} |
{{ $shops[$i]->services }} |
@else
|
|
|
|
|
|
|
@endif
@else
@if ($i == 0)
Dummy Shop |
1 |
1 |
1 |
Toko Catatan |
10 |
10 |
@else
|
|
|
|
|
|
|
@endif
@endif
|
|
@if(!empty(config('custom.jenis_shop')[$i+1]))
{{$i+1}}:{{ config('custom.jenis_shop')[$i+1] }} |
@else
|
@endif
@if($i == 0)
Please fill out COA after import if needed.
|
@else
|
@endif
@endfor