<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class HomePage extends Model { protected $fillable = [ 'top1', 'top2', 'top3', 'introduce', 'bottom' ]; }