*/ protected $fillable = [ 'title', 'location', 'address', 'start_at', 'end_at', 'publish_at', 'status', 'registration_type', 'registration_data', 'hero', 'content' ]; }