'int', ]; protected $fillable = [ 'act_id', 'amount', 'moderator_ticket', 'insurance_amount', 'home_visit_fees', 'created_at', 'updated_at' ]; public function act() { return $this->belongsTo(NhAct::class, 'act_id'); } }