@include('admin.css')
@include('admin.sidebar')
@include('admin.topbar')
Add Product
Quick and accurate addition of new food and drink items .
@csrf
Product Title
Description
Price
Quantity
Category
Select a Option
@foreach ($category as $category)
{{$category->category_name}}
@endforeach
Image
Add Product
@include('admin.logout')