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

Special

@foreach($products as $product) @if(isset($product->pro)) @endif @endforeach
Id Product Name Status Action
{{$i++}} {{$product->pro->name}}
{{csrf_field()}}
@foreach($products as $product) @endforeach @endsection