@extends("admin/layouts.master") @section('title','All Hotdeals | ') @section("body")

Hot Deals

@foreach($products as $product) @if(isset($product->pro)) @endif @endforeach
Id Product Name Model Sku Price Offer price Stock Status Action
{{$i++}} {{$product->pro->name}} {{$product->pro->model}} {{$product->pro->sku}} {{$product->pro->vender_price}} {{$product->pro->vender_offer_price}} {{$product->pro->qty}}
{{csrf_field()}}
@foreach($products as $product) @endforeach @endsection