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