@include('admin.css')
@include('admin.sidebar')
@include('admin.topbar')
Edit Product
Updating and modifying the details of your store’s food and drink.
@csrf
Product Title
Description
Price
Quantity
Category
{{$data->category}}
@foreach($category as $category)
{{$category->category_name}}
@endforeach
Current Image
New Image
Update Product
@include('admin.logout')