OwlCyberSecurity - MANAGER
Edit File: State.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class State extends Model { protected $fillable = [ 'title' ]; }