관리-도구
편집 파일: Product_details.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Product_details extends Model { protected $fillable = [ 'product_id', 'title', 'content', 'sort_order', ]; }