@foreach($products as $cl) @endforeach
Id Product Comapny Brand Price
{{ $cl->sno }} {{ $cl->product }} @if($cl->company4) {{ $cl->company4->company }} @endif @if($cl->productcs) {{ $cl->productcs->name }} @endif {{ $cl->price1 }}