Product Section
| Name | Price | Image | Edit | Delete |
|---|---|---|---|---|
| {{$product->product_name}} | {{$product->price}} | Edit |
@extends('layouts.user-layout') @section('title', 'All Product ') @section('content')
| Name | Price | Image | Edit | Delete |
|---|---|---|---|---|
| {{$product->product_name}} | {{$product->price}} | Edit |