@foreach ($data as $product) @endforeach
# {{__('home.productNo')}} {{__('home.productname')}} {{__('home.productlocation')}} {{__('home.stock')}} {{__('users.branch')}}
{{$product->id}} {{$product->Product_Code}} {{$product->product_name}} {{$product->Product_Location}} {{$product->numberofpice}} {{$product->branch->name}}