diff --git a/app/Views/provider/components/product_listing.php b/app/Views/provider/components/product_listing.php index fd3eed2..0e6339a 100644 --- a/app/Views/provider/components/product_listing.php +++ b/app/Views/provider/components/product_listing.php @@ -1,18 +1,49 @@ + "Personal Website", + "description" => "Product description here", + "status" => 0 + ], + [ + "name" => "Professional Website", + "description" => "Product description here", + "status" => 0 + ], + [ + "name" => "Personal Blog", + "description" => "Product description here", + "status" => 0 + ], + [ + "name" => "Professional Blog", + "description" => "Product description here", + "status" => 0 + ], + [ + "name" => "Practice EMR", + "description" => "Product description here", + "status" => 0 + ] +]; +?> +