protected $fillable = [ 'id', 'name', 'status' ]; public function personales() { return $this->hasMany('App\Personale'); } } 85 changes: 85 additions & 0 deletions 85 app/Http/Controllers/HRM/DepartementsController.php Show comments View file Edit file Delete file This file cont...