{{-- If This product belongs to vendor then apply this --}} @if($prod->user_id != 0) {{-- check If This vendor status is active --}} @if($prod->user->is_vendor == 2)
  • @endif {{-- If This product belongs admin and apply this --}} @else
  • @endif