芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/resources/views/admin/manageProduct.blade.php
@extends('layouts.app') @section('title', 'Manage Products') @section('content')
Manage Products
Add Product
ID
Product Name
Actions
@foreach ($products as $product)
{{ $product->id }}
{{ $product->product_name }}
Edit
@endforeach
@endsection