@foreach($data as $val) @endforeach
Ryans Go Ryans Computers
ID Name Price Status ID Name Price Status
{{$val['go_sku']}} {{$val['go_name']}} {!! ($val['go_price']) ? '৳ ' . number_format($val['go_price'], 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) : '' !!} @if($val['com_status'] == '1') Active @elseif($val['com_status'] == '0') Inactive @endif