JezK
Edit File: WebAds.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; class WebAds extends Model { protected $table = 'web_banner_ads'; protected $fillable = ['home_top', 'home_bottom']; public $timestamps = false; }