@foreach($data as $val) @endforeach
Ryans Go Ryans Computers
ID Name Regular Price Special Price Status ID Name Regular Price Special Price Status
{{$val['go_sku']}} {{$val['go_name']}} {!! ($val['go_price']) ? '৳ ' . number_format($val['go_price'], 2) : '' !!} {!! ($val['go_specialPrice']) ? '৳ ' . number_format($val['go_specialPrice'], 2) : '' !!} @if($val['go_status'] == '1') Active @elseif($val['go_status'] == '0') Inactive @endif {{$val['com_sku']}} {{$val['com_name']}} {!! ($val['com_price']) ? '৳ ' . number_format($val['com_price'], 2) : '' !!} {!! ($val['com_specialPrice']) ? '৳ ' . number_format($val['com_specialPrice'], 2) : '' !!} @if($val['com_status'] == '1') Active @elseif($val['com_status'] == '2') Inactive @endif